jlmakes / scrollreveal

Animate elements as they scroll into view.
https://scrollrevealjs.org/
22.3k stars 2.26k forks source link

Can ScrollReveal support TS? #540

Open readpage opened 3 years ago

readpage commented 3 years ago

Can ScrollReveal support TS? I'm using Vue3 and TS!

jlmakes commented 3 years ago

First-party support is coming in the next major release, but for now it looks like someone has authored a @types/scrollreveal package that looks pretty good. Give it a try!

npm i @types/scrollreveal --save-dev