Jump to content
Search Community
dmotorny test
Moderator Tag

Warning: Please note

This thread was started before GSAP 3 was released. Some information, especially the syntax, may be out of date for GSAP 3. Please see the GSAP 3 migration guide and release notes for more information about how to update the code to GSAP 3's syntax. 

Recommended Posts

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

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 :)

  • Like 3
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...