Reputation: 11
This is the page I have : http://goo.gl/H32N0U
The issue is, When the page loads for the first time... Then when I scroll down the animations does not work in most of the elements such as button below the video... But when I scroll up, Animations starts working and when I scroll down again.. it works.
Why not very first time I scroll down after page load?
Upvotes: 0
Views: 308
Reputation: 11
I noticed that when the site is first loaded, every div that doing an animation is with a class name "go".. and this class is there until you scroll up the page, in this case the class is removed.
and than when you going down again and the div is shown, the class added again.
you need to remove the "go" class 2-3 seconds after the page loaded.
goodluck!
Upvotes: 1