versoly / taos

Tailwind CSS Animation on Scroll - A simple and small (600 bytes) library to help animate elements while scrolling using responsive Tailwind CSS JIT utility classes.
https://versoly.com/taos
MIT License
243 stars 8 forks source link

Does taos work with svelte? #7

Closed osiloke closed 11 months ago

osiloke commented 1 year ago

Svelte/SvelteKit is picking up steam. Taos should work with svelte right?

volkandkaya commented 1 year ago

Did you try? TAOS works by binding elements before initial page render.

This can be an issue with libraries that use hydration or render after page load.