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

visible-once doesn't work but visibleOnce does (Nuxt 3) #108

Closed
Scaalees opened this issue Apr 6, 2023 · 0 comments · Fixed by #141
Closed

visible-once doesn't work but visibleOnce does (Nuxt 3) #108

Scaalees opened this issue Apr 6, 2023 · 0 comments · Fixed by #141

Comments

@Scaalees
Copy link

Scaalees commented Apr 6, 2023

Just been playing with 2.0.0-beta-27 in Nuxt 3.

This works ✅

v-motion
:initial="{
  opacity: 0,
  y: 100,
}"
:visibleOnce="{
  opacity: 1,
  y: 0,
  transition: {
    delay: 200
  },
}"

This doesn't ❌

v-motion
:initial="{
  opacity: 0,
  y: 100,
}"
:visible-once="{
  opacity: 1,
  y: 0,
  transition: {
    delay: 200
  },
}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant