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

Bug in Safari for Web GL animation #61

Closed bryanbraun closed 3 years ago

bryanbraun commented 5 years ago

In Safari, the WebGL animation doesn't move (tested with Safari 12.1 on Mac OS Mojave 10.14.4). This bug was probably introduced through a browser update, since it was working before and we haven't changed this example recently.

This error was found in the console, and is likely the cause of the issue:

image

Note: this issue doesn't occur in modern Chrome, Firefox or Edge.

bryanbraun commented 3 years ago

After testing on more recent versions of Safari (Safari 14.0 on Mac OS Catalina) this doesn't appear to be an issue anymore. Most likely, it was just a browser bug.

Closing this for now, but feel free to reopen if it comes up again.