diff --git a/playgrounds/nuxt/nuxt.config.ts b/playgrounds/nuxt/nuxt.config.ts index bb6adda..b7f38fd 100644 --- a/playgrounds/nuxt/nuxt.config.ts +++ b/playgrounds/nuxt/nuxt.config.ts @@ -6,8 +6,7 @@ export default defineNuxtConfig({ hero: { transition: { - type: 'keyframe', - duration: 5000, + type: 'spring', }, }, })