I need the simplest and most practical way to start css3 animation on certain points of (scroll). Using jquery would be nice, because I already have it declared in my header.
I am using animate.css provided by http://daneden.github.io/animate.css/ and I have few images that I am animating, one is in the top of page which should animate after page is loaded, second is in the middle of vertical scroll, and the last one is in my footer section.
The problem is - right now they all are animating on start (on page load), so no one will notice their animations. How I can start these class on xxx page height ?
I am novice at this so please try to describe it with details. Ah, and I almost forget... Please keep in mind, that this website can have more text in it, so top-height of this images might change, so any solutions with rigidly defined height won't work as needed.
Sorry for my English
Thank You.