Nothing here yet.
Nothing here yet.
No blogs yet.
Yes you are right, the way I presented the info it makes no sense to use a Js library. Here I have put the demo online http://tok.al/test/ . So you scroll for 1000 pixels and the element show on fade. I want them to show using some other forms too (movements), which I agree can be done with css only. But after ending 1000pixels I want to go o the next container which will have it's own animations. I feel that with the ScrollMagic plugin (or with Javascript in general) I will have more control over the situation. What do you think?
I can't simply do it with a fixed background. This needs to be done in Javascript. The ScrollMagic plugin looks fine for this, but I can't seem to make it work, or it requires a bigger learning curve. What I have done until now is when you scroll down, then elements display from opacity 0 to 1 in a fade transition. I wan't also to make some movements of the displayed elements. For example lets say from 400px to 700px I want the absolutely possitioned element to do a zigzag.