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

Update Matter.js demo to use the latest version of Matter.js #86

Closed bryanbraun closed 3 years ago

bryanbraun commented 3 years ago

We need to update the Matter.js demo to use the latest version of Matter.js . Steps include:

ishanarya0 commented 3 years ago

HI @bryanbraun , the current code is working with CDN, so an update to the CDN is required or a downloaded version of the library?

bryanbraun commented 3 years ago

@ishanarya0, I'd like to move away from using CDN links for this, so yes, it should use a downloaded version of the library. 👍

bryanbraun commented 3 years ago

Merged in https://github.com/sparkbox/bouncy-ball/pull/90. Thanks for the help!