Animate on Scroll documentation

How to sett up Animate on Scroll.

1- In your site right click and select the option Inspect Element.

2- Check for names of parts you want to animate. On the images below is the team module on the right

In this case is a div with id. So for this should be the code #team169

Another case is class. Check the image below

In this case is a class. So for this should be the code .effect-duke

3- Once you know the names go in animated on scroll module and add the names as it shows on the image below.

You may select the effect type and the time for each box. If want to add the same effect and time for all parts, add the code in one box and separate by ,

Example #team169, .effect-duke

Put the module in one of potions on the top of the template.