Skip to content

Commit

Permalink
chore: use spring transition in nuxt playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tmg0 committed Dec 4, 2024
1 parent 06672ae commit bd8b03f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playgrounds/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ export default defineNuxtConfig({

hero: {
transition: {
type: 'keyframe',
duration: 5000,
type: 'spring',
},
},
})

0 comments on commit bd8b03f

Please sign in to comment.