Skip to content
New issue

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

Content Flickers and move weirds on IE10/IE9 #40

Open
Wmsbuf opened this issue Jun 13, 2013 · 0 comments
Open

Content Flickers and move weirds on IE10/IE9 #40

Wmsbuf opened this issue Jun 13, 2013 · 0 comments

Comments

@Wmsbuf
Copy link

Wmsbuf commented Jun 13, 2013

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"});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant