motion
motion copied to clipboard
Keyframes
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