Animation triggered with dynamic content with "appear-visible" attribute #40
Unanswered
florian-lefebvre
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Interesting. So what I think might be happening is related to
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using Vue in my project.
I'm using
appear-visible
on a section (called "Un projet réalisé par des bénévoles") of https://ynotes.fr. There is a list usingv-for
of contributors that is fetched, but it triggers the animation before seing the section, so the fade animation doesn't play at the right moment.I'm managing that here: https://github.com/ModernChocolate/ynotes-website/blob/develop/components/HomeSections/Contributors.vue#L40
I don't know how to prevent the animation of the section from playing before it is visible despite dynamic elements.
Beta Was this translation helpful? Give feedback.
All reactions