Share Posted September 15, 2015 Hi, people) Had anybody problems with animation in 'super' browser IE8, 9, 10 and so on? My animation didn't work in IE9(. It's handled through jQuery... in all other browsers everything is ok. Could you help me with advice! thanks a lot! $(document).ready(function(){ TweenMax.from(".logo", 0.8, { x: 500, y: 500, rotation: 2580, opacity: 0, scale: 0.2, }); }); Link to comment Share on other sites More sharing options...
Share Posted September 15, 2015 Hello , and Welcome to the GreenSock Forum! It could be a number of things causing the IE9 foolishness Here is a great video tut on how to create a codepen demo example. This way we can see a live example and test your code in IE9. IE8 has been laid to rest along with Windows XP. So IE8 is no longer supported by Microsoft. But we will be glad to help you! But having an example with your css, js, and html, can helps us see your code in context. Thanks 3 Link to comment Share on other sites More sharing options...
Author Share Posted September 15, 2015 Thanks a lot for your answer... Solved this already)) The problem was in browser cash)... So, the GreenSock works in IE9 very good. Understood you about IE8 and agree with you! thanks a lot;) Link to comment Share on other sites More sharing options...
Share Posted September 15, 2015 Glad you got it sorted dmotorny! Happy Tweening 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now