diff --git a/examples/nft-quest/app.vue b/examples/nft-quest/app.vue index a87cee2f..2de42a9a 100644 --- a/examples/nft-quest/app.vue +++ b/examples/nft-quest/app.vue @@ -13,25 +13,7 @@ -
-
- -
-
-
- -
-
-
+ @@ -46,8 +28,13 @@ defineOgImageComponent("ZeekNFT"); height: 66px; } -.nft-image { - background-image: url('/nft-animation.png'); - +.page-enter-active, +.page-leave-active { + transition: all 0.18s; +} +.page-enter-from, +.page-leave-to { + opacity: 0; + filter: blur(1rem); } diff --git a/examples/nft-quest/assets/style.scss b/examples/nft-quest/assets/style.scss index f787bf91..b37f1a58 100644 --- a/examples/nft-quest/assets/style.scss +++ b/examples/nft-quest/assets/style.scss @@ -1,3 +1,8 @@ body { @apply min-h-[100dvh] bg-white dark:bg-black dark:text-white; } + +.nft-image { + background-image: url("/nft-animation.png"); + background-size: contain; +} diff --git a/examples/nft-quest/nuxt.config.ts b/examples/nft-quest/nuxt.config.ts index f810e018..17c970c2 100644 --- a/examples/nft-quest/nuxt.config.ts +++ b/examples/nft-quest/nuxt.config.ts @@ -38,6 +38,7 @@ export default defineNuxtConfig({ }, }, app: { + pageTransition: { name: "page", mode: "out-in" }, head: { link: [ { rel: "icon", type: "image/x-icon", href: "/favicon.ico", sizes: "32x32" }, diff --git a/examples/nft-quest/pages/index.vue b/examples/nft-quest/pages/index.vue index a31d8cdf..7b60eac4 100644 --- a/examples/nft-quest/pages/index.vue +++ b/examples/nft-quest/pages/index.vue @@ -1,52 +1,72 @@ diff --git a/examples/nft-quest/pages/mint.vue b/examples/nft-quest/pages/mint.vue index c6b0bd9d..dd863224 100644 --- a/examples/nft-quest/pages/mint.vue +++ b/examples/nft-quest/pages/mint.vue @@ -1,5 +1,14 @@ + + diff --git a/examples/nft-quest/pages/mint/index.vue b/examples/nft-quest/pages/mint/index.vue index 63911443..2a176221 100644 --- a/examples/nft-quest/pages/mint/index.vue +++ b/examples/nft-quest/pages/mint/index.vue @@ -32,14 +32,17 @@

Also, it's free. ZKsync can leverage paymasters to enable app developers to choose a custom gas token or even entirely sponsor gas fees for their users.

- - Mint 100% free NFT - +
+ + Mint 100% free NFT + +
+