-
-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Description
Vue support arguments and modifiers.
I think this syntax would be cleaner for presets.
From:
v-motion-slide-visible-once-bottom
to:
v-motion:slide-visible-bottom.once
- The directive name should be
v-motion. - The animation name should be it's argument.
- Move
onceto the end as a modifier. - Maybe accept a boolean value to enable/disable the directive conditionnaly (See
:duration="0"doesn't work #263).
v-motion:slide-visible-bottom.once="index > 3"
Metadata
Metadata
Assignees
Labels
No labels