Actually this is a site: http://www.officeline.se/kampanj/
in this site a chair animating frame by frame with the scroll. how it is coming?
Also, I saw every frame of the image they have used the attribute like "data-0, data-25, data-24, data-50, data-49, data-75..."
What is the roll of this attribute?
following code is in the site:-
<img style="display: none; opacity: 1;" class="skrollable unrendered" data-0="display: block;" data-25="display: none;" src="files/scen_1_0.png" alt="Officeline Lei">
<img style="display: none; opacity: 1;" class="skrollable unrendered" data-0="display: none;" data-24="display: block;" data-50="display: none;" src="files/scen_1_2.png" alt="Officeline Lei">
<img style="display: none; opacity: 1;" class="skrollable unrendered" data-0="display: none;" data-49="display: block;" data-75="display: none;" src="files/scen_1_4.png" alt="Officeline Lei">
Thanks!
__________________
ssp
Last edited by soumen_07; 11-20-2012 at 03:34 AM..
|