StevenJPx2 / nugget

Democratize premium animations ✨
https://nugget.stevenjohn.co
MIT License
11 stars 1 forks source link

Page transitions #5

Open StevenJPx2 opened 7 months ago

StevenJPx2 commented 7 months ago

We can create page transitions via:

<script setup>
   const {output: transitionOutput} = useGenericTransition()
</script>
<template>
  <Transition v-bind="transitionOutput">
    <nuxt-page />
  </Transition>
</template>

Or -> https://nuxt.com/docs/getting-started/transitions#javascript-hooks