Skip to content

Commit

Permalink
feat: enhance LoadingPage component with spring transition for smooth…
Browse files Browse the repository at this point in the history
…er animations
  • Loading branch information
rick-hup committed Jan 19, 2025
1 parent 1446dd4 commit 56f9d50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/components/content/LoadingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const floatingItems = [
initial="hidden"
in-view="visible"
:transition="{
type: 'spring',
stiffness: 260,
damping: 50,
staggerChildren: 0.2,
}"
class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"
Expand Down

0 comments on commit 56f9d50

Please sign in to comment.