sparkbox / bouncy-ball

:red_circle: Compare web animation techniques by bouncing a ball with each one.
https://sparkbox.github.io/bouncy-ball
MIT License
605 stars 66 forks source link

fix: motion one demo #112

Closed KonradLinkowski closed 2 years ago

KonradLinkowski commented 2 years ago

Seems like motion one example doesn't work as intended. The ball looks like it's floating rather than bouncing.

ease is not an option in motion, the correct name is easing, maybe the specs changed since #108

I'm attaching gifs to compare, but it's much easier to see in the browser. before after
motion before changes motion after changes
bryanbraun commented 2 years ago

Nice! We couldn't figure out why it was looking a bit different and this fixes it perfectly. Thank you!