Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Page transitions #5

Open
StevenJPx2 opened this issue Jan 31, 2024 · 0 comments
Open

Page transitions #5

StevenJPx2 opened this issue Jan 31, 2024 · 0 comments
Assignees
Labels
🚀 enhancement New feature or request

Comments

@StevenJPx2
Copy link
Owner

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

@StevenJPx2 StevenJPx2 added the 🚀 enhancement New feature or request label Jan 31, 2024
@StevenJPx2 StevenJPx2 self-assigned this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant