animation with <transition> not working #10053
Unanswered
Eskamedin
asked this question in
Help/Questions
Replies: 1 comment
-
When you want the transition to happen also on tjr initial render, you need to set the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working with vue 3 and <script setup>
This is a parent Element:
and this is the child component TheHeadlines where i want its h1 tag to be faded in once:
My h1-headline is there, but its not fading in. Its just there from the beginning like nobody used transition on it. I just elarned about animations and im pretty sure i just missed sth small, what is it?
What have i tried?
<transition>
) i tried to applied the animation only on the first span<transition enter-from-class="von" enter-active-class="aktiv" enter-to-class="zu">...
Beta Was this translation helpful? Give feedback.
All reactions