Skip to content

Commit

Permalink
feat: add docs of motion (#32)
Browse files Browse the repository at this point in the history
* feat: add docs of motion

* fix: change the route
  • Loading branch information
YeSuX authored Jan 17, 2024
1 parent 90c5c01 commit 71e2570
Show file tree
Hide file tree
Showing 10 changed files with 364 additions and 748 deletions.
2 changes: 1 addition & 1 deletion .docs/composables/useNavigationMotion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function _useNavigation() {
label: 'API',
description: 'Explore the Oku Motion API.',
icon: 'i-ph-brackets-curly-duotone',
to: '/motion/api',
to: '/motion/api/components/motion',
active: route.path.startsWith('/motion/api'),
},
{
Expand Down
2 changes: 1 addition & 1 deletion .docs/content/motion/2.guide/1.animation/3.Gestures.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ It currently has support for hover, press and more. Each gesture has a series of
The hover gesture detects when a pointer hovers a component.

<iframe
src="https://stackblitz.com/edit/vitejs-vite-qwnt8k?embed=1&file=src%2FDemo.vue&hideExplorer=1&hideNavigation=1&view=preview"
src="https://stackblitz.com/edit/vitejs-vite-qwnt8k?embed=1&file=src%2FDemo.vue&view=preview"
style="width:100%; height:500px; border:0; border-radius: 4px; overflow:hidden;"
></iframe>
280 changes: 0 additions & 280 deletions .docs/content/motion/2.guide/2.components/1.motion.md

This file was deleted.

Loading

0 comments on commit 71e2570

Please sign in to comment.