-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
What problem does this feature solve?
There's no way to declaratively set transition delay right now. You'll have to use transition hooks for that, which is not that great of experience if you're just using CSS transitions without any JS. Or you'll have to create a new CSS transition for every delay value you want.
What does the proposed API look like?
<transition name="fade" delay="1.5">
<div v-if="show">Test</div>
</transition>
Tofandel, CalumBaines, Silisav, hmaesta, kaanrkaraman and 10 more
Metadata
Metadata
Assignees
Labels
No labels