sparkbox/bouncy-ball

React bouncy-ball demo isn't working in Firefox

Closed this issue · 1 comments

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).

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