tserkov / vue-scroll-reveal

A Vue directive to wrap @jlmake's excellent ScrollReveal library.
MIT License
163 stars 17 forks source link

[Request] delay option #14

Closed mesqueeb closed 6 years ago

mesqueeb commented 6 years ago

I'd love a delay option so I can have a row of elements, each with an incremented delay property so they appear one at a time.

mesqueeb commented 6 years ago

I was able to just write delay: 1000 in the options. I didn't realise I could use any option from the original scrollReveal library.