motion icon indicating copy to clipboard operation
motion copied to clipboard

[motion] The prop transitionEnd for animate isn't working

Open YeSuX opened this issue 2 years ago • 0 comments

<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

YeSuX avatar Jan 17 '24 03:01 YeSuX