Scrolling Effect

The scrolling effect is using the scrollCue plugin. Here is the example code to trigger the effect:

<h2 class="rdn_title mb-0" data-cue="slideInUp" data-delay="200">What can we give <br>to our member.</h2>

You can change the data-cue value with any animation class you like. You can see the animation type available in here

For the animation delay, you can set the data-delay

You can find more setting and detail regarding this plugin in those link above.

Back to top