tserkov/vue-scroll-reveal

Possible to Pass Multiple Options via v attribute?

Closed this issue · 1 comments

Is there a way to add multiple options via the v-scroll-reveal attribute?

I've tried the following but it only accepts a single value set, unless there is something I should change with my syntax?

v-scroll-reveal={delay:500, distance:0}

Thanks!

Answer:

v-scroll-reveal.reset="{delay:0, distance: '4rem'}"