Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

feat: add docs of motion #32

Merged
merged 2 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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