Answer the question
In order to leave comments, you need to log in
How to animate elements on scroll?
In general, it is necessary that when scrolling, an animation of elements of the type appear as here: anorudes.github.io/React-Scroll-Effect
It does not take off on version 0.14, maybe there are some other options, who knows?
Answer the question
In order to leave comments, you need to log in
right there in the code. How are you calling the event?
<section>
<ScrollEffect className="element" animate="bounceInUp" callback={this.callbackAnimateElement4.bind(this)}>
<span>4</span>
</ScrollEffect>
</section>
callbackAnimateElement4()
alert('callback animate of 4 element');
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question