Animate Vue component using @vueuse/motion
red packet animation
Demo
✨
source code at red-packet-demo.vue
Install the package
npm install @vueuse/motion
Import and use as Global plugin
import { MotionPlugin } from '@vueuse/motion'
const app = createApp(App)
app.use(MotionPlugin)
app.mount('#app')
Check out their docs at @vueuse/motion for more info. Another great library is motion-one. If you like Tailwind for animations, checkout AnimXYZ
Happy lunar new year! 🎉
Made with ❤ by leovoon