scrollreveal icon indicating copy to clipboard operation
scrollreveal copied to clipboard

Can ScrollReveal support TS?

Open readpage opened this issue 4 years ago • 1 comments

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

readpage avatar Jun 19 '21 08:06 readpage

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

jlmakes avatar Jun 20 '21 00:06 jlmakes