Sal animate
-
I am using Sal.js for some load in animations on page scroll https://mciastek.github.io/sal/
I add something like data-sal=”fade” to a div, then when it appears on screen a class of sal-animate is added to that div and it triggers an animation.
I am using an Ajax Load More repeater template, in this template I have some divs with data-sal=”fade” but the animation never gets triggered.
Do I need to do anything to get this working with Ajax Load More?
Sal.js is simply implemented with a sal.js file, CSS for the animations and some inline JS in the footer.
sal({
threshold: 0.06
});
- The topic ‘Sal animate’ is closed to new replies.