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
- Host: GitHub
- URL: https://github.com/hdoro/animation-with-svelte-svg
- Owner: hdoro
- Created: 2019-06-03T14:34:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T12:06:14.000Z (over 2 years ago)
- Last Synced: 2024-05-01T16:52:39.687Z (about 1 year ago)
- Language: HTML
- Size: 169 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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