-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
report: update keyframes for confetti animation #15059
Conversation
Oh this is great, thanks for working on this! Can you make the changes to |
Glad to hear that, you're welcome! Sure thing, I made the changes in |
omg. thank you for figuring this out! it's been bugging all of us for a long time. this is huge. :) also lol @ |
@paulirish you're welcome! it was bugging me for awhile too, i'm really happy that we were able to find a fix :) thanks lol 💅 I think that branch naming has become habit. cheers! |
Summary
Fixes #12563
Updates the
bang
andgravity
keyframes that are used for the perfect score confetti animation.When the
lh-pyro-before
andlh-pyro-after
elements (the confetti) move from one position to the next, we can still see the box-shadow's which makes up the confetti spread sort of abruptly move/flicker to a new position. This is due to the elements still having a visible opacity when moving from point1 (spot near where last confetti went off) -> point2 (new confetti position).Current Confetti Behavior
abrupt/buggy at some points where we can see the confetti spread flicker from one spot to its destination due to opacity/visibility when moving to a new position, it doesn't happen always but is noticeable over time.
confetti-animation-abrupt-movement.mov
Confetti After Change
confetti-animation-tweaked.mov
Related Issues/PRs
#13635