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

React bouncy-ball demo isn't working in Firefox #27

Closed bryanbraun closed 6 years ago

bryanbraun commented 7 years ago

The bouncy-ball demo using React isn't working in Firefox. The ball is displayed but doesn't move.

This same behavior exists in Firefox Nightly and Firefox DevEdition.

I don't see any errors being displayed in the console.

Most likely we can fix this without polyfills or feature detection. If not, we can use modernizer to detect the issue and display the incompatibility message (like we do for the SVG animations).

bryanbraun commented 6 years ago

This issue was fixed in #50, (and #51 😬 ). Thanks all!