diff --git a/docs/content/guides/animation.md b/docs/content/guides/animation.md index 280c3df64..0f51a99ab 100644 --- a/docs/content/guides/animation.md +++ b/docs/content/guides/animation.md @@ -91,10 +91,10 @@ import { DialogClose, DialogContent, DialogDescription, DialogOverlay, DialogPor ``` ::: tip -Futhemore, we discovered that [Motion One](https://motion.dev/vue/quick-start), a Web Animations API based animation library works perfectly with Radix Vue. +Futhemore, we discovered that [Oku Motion](https://motion.oku-ui.com/), a motion library powered by Motion One and based on the Web Animations API, works perfectly with Radix Vue. -Check out this [Stackblitz Demo](https://stackblitz.com/edit/hfxgtx-n6jbjp?file=src%2FApp.vue) 🤩 +Check out this [Stackblitz Demo](https://stackblitz.com/edit/hfxgtx-plux4s?file=src%2FApp.vue) 🤩 :::