when using animations for <transition>, elements first appear before the actual animation starts #10063
Unanswered
Eskamedin
asked this question in
Help/Questions
Replies: 0 comments
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.
-
I am using Vue 3 with <script setup>
This is my component:
As you can see for my 5 .keyWordHolder-Elements i have a each. I defined the animation
slide-in
and applied this animation towards the*-enter-active
classes of my k1 - k5<transition>
´sThe animation works just how it should, BUT:
Right before the animation starts, the .keyWordHolder appear and then dissapper,. before the animation starts. Like someone gave them a transition for opacity. How and why is that and how can i solve this
Beta Was this translation helpful? Give feedback.
All reactions