Possible to Pass Multiple Options via v attribute?
Closed this issue · 1 comments
lindseybradford commented
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!
lindseybradford commented
Answer:
v-scroll-reveal.reset="{delay:0, distance: '4rem'}"