Previously, the demo was positioning the div elements using style.top and style.left which have significant performance issues for animation. This PR updates positioning to use style.transform = translate()
Add a 'raw' (vanilla) Javascript demo
... Mainly because I was interested to see how it would perform compared to the JS canvas libraries
Bump Scrawl-canvas to latest version
SC v8.10.3 completes the code efficiency work I've been doing over the past few weeks
Update DOM demo
Previously, the demo was positioning the
div
elements usingstyle.top
andstyle.left
which have significant performance issues for animation. This PR updates positioning to usestyle.transform = translate()
Add a 'raw' (vanilla) Javascript demo
... Mainly because I was interested to see how it would perform compared to the JS canvas libraries
Bump Scrawl-canvas to latest version
SC v8.10.3 completes the code efficiency work I've been doing over the past few weeks