An open API service indexing awesome lists of open source software.

https://github.com/hdoro/animation-with-svelte-svg

Testing ways to create complex and performant animations with Svelte and SVGs
https://github.com/hdoro/animation-with-svelte-svg

Last synced: 7 months ago
JSON representation

Testing ways to create complex and performant animations with Svelte and SVGs

Awesome Lists containing this project

README

        

## TODO

- Automated section
- consider adding ghosts;
- fix css bug;
- Only start running on Mount;
- do the same optimizations as in manual;
- variable number of shapes
- Show section on scroll
- Further optimization through removing style processing if not on screen
- consider doing stuff on workers;
- Further optimize everything;
- doing the `@accelerate` mixin from Sarah Drasner