-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
Any plans to add support for keyframes like in framer motion?
<template>
<div
:enter="{
height: [0, 100, 100],
opacity: [0, 0, 1],
}"
/>
</template>I can implement this
Metadata
Metadata
Assignees
Labels
No labels