Answer the question
In order to leave comments, you need to log in
How to animate an element in vue using animate.css vue-wow?
Hello, there is an animation on the site that should appear on the site in vue.js, I used vue-wow to make elements appear on the page when scrolling, but what's the problem, that when I scroll the page, I see an element, it disappears, and after that the animation appears, how to make it initially hidden
<u-animate-container>
<u-animate
name="fadeInUp"
delay="3s"
duration="4s"
:iteration="1"
:offset="100"
animateClass="animate__bounceInRight"
:begin="false"
>
Swipe LEFT
</u-animate>
</u-animate-container>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question