diff --git a/docs/content/docs/guides/animation.md b/docs/content/docs/guides/animation.md index e171d9d2b..bb79a7d63 100644 --- a/docs/content/docs/guides/animation.md +++ b/docs/content/docs/guides/animation.md @@ -88,11 +88,50 @@ import { DialogClose, DialogContent, DialogDescription, DialogOverlay, DialogPor ``` - +## ⭐️ Animating with Motion Vue + +[Motion Vue](https://motion.unovue.com/) is the recommended animation library for Reka UI. This lightweight, powerful library integrates seamlessly with components and offers extensive flexibility for creating smooth, performant animations. + +```vue line=3,12,14-18,22-26,29,31 + + + +``` -Futhemore, we discovered that [Motion Vue](https://motion.seacoly.me/), a Web Animations API based animation library works perfectly with Reka UI. + -Check out this [Stackblitz Demo](https://stackblitz.com/edit/hfxgtx-acph8m?file=package.json,src%2FApp.vue) 🤩 +Check out this [Stackblitz Demo](https://stackblitz.com/edit/x7y44ngl?file=src%2FApp.vue) 🤩 @@ -159,6 +198,6 @@ watch(open, () => { -Check out this [Stackblitz Demo](https://stackblitz.com/edit/macsaz?file=src%2FApp.vue) +Check out this [Stackblitz Demo](https://stackblitz.com/edit/macsaz-xuwbw3im?file=src%2FApp.vue)