motion
motion copied to clipboard
[motion] The prop transitionEnd for animate isn't working
<Motion
class="box"
:animate="{
x: 30,
backgroundColor: '#000',
boxShadow: '10px 10px 0 rgba(0, 0, 0, 0.2)',
position: 'fixed',
transitionEnd: { display: 'none' },
}"
/>
https://stackblitz.com/edit/vitejs-vite-zydpdg?file=src%2FApp.vue