From e85f98a532ec529ab2a5bbb664f3b8167aaa2c0e Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 14 Dec 2024 09:02:24 +0100 Subject: [PATCH] feat: activate transitions --- TODO.md | 2 +- nuxt.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 276f1c7..634ae2e 100644 --- a/TODO.md +++ b/TODO.md @@ -7,7 +7,7 @@ - [x] deploy - [x] nuxt image - [x] prettier and eslint -- [ ] transition and loading times +- [x] transition and loading times - [ ] pwa - [ ] seo, robots.txt - [x] update the README diff --git a/nuxt.config.ts b/nuxt.config.ts index f1f19bc..b86f20b 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -18,6 +18,7 @@ export default defineNuxtConfig({ ], link: [{ rel: "icon", type: "image/png", href: "/favicon.png" }], }, + pageTransition: { name: "page", mode: "out-in" }, }, build: {