We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Im currently developing this site
http://remedia-solutions.com/clientes/0093_Construdeck/Final/
And im moving the content with top and left. Works great on Chrome, Safari but it moves really weird on IE.
Heres my JS for scrollorama.
scrollorama.animate('#entrada',{delay:100,duration: 100, property:"opacity", start:1, end:0 }); scrollorama.animate('#entrada',{delay:100,duration: 100, property:"z-index", start:1, end:0 }); scrollorama.animate('#interiortotal',{duration: 2900, property:"top", start:"0px", end:"-5340px"}); scrollorama.animate('#interiortotal',{duration: 2900, property:"left", start:"0px", end:"5340px"});
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Im currently developing this site
http://remedia-solutions.com/clientes/0093_Construdeck/Final/
And im moving the content with top and left. Works great on Chrome, Safari but it moves really weird on IE.
Heres my JS for scrollorama.
scrollorama.animate('#entrada',{delay:100,duration: 100, property:"opacity", start:1, end:0 });
scrollorama.animate('#entrada',{delay:100,duration: 100, property:"z-index", start:1, end:0 });
scrollorama.animate('#interiortotal',{duration: 2900, property:"top", start:"0px", end:"-5340px"});
scrollorama.animate('#interiortotal',{duration: 2900, property:"left", start:"0px", end:"5340px"});
The text was updated successfully, but these errors were encountered: