Jump to content
Search Community

3D rotation and z-index problem on IE

George Carlin 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

Hello George Carlin, and welcome to the GreenSock forum!

 

The CSS property transform-style or the GSAP equivalent transformStyle is supported partially in IE10 and IE11. IE10 and IE11 only support transform-style: flat.

 

But the new Mircosoft Edge supports preserve-3d.

 

GSAP can only animate or apply styles that are supported by the browser itself. So if you try to apply with GSAP transformStyle: "preserve-3d" in IE10 or IE11.. GSAP will apply it, but that does not mean a browser like IE10 or IE11 would use it since that CSS property value is not supported. In this case only flat is supported, not preserve-3d.

 

So GSAP can only animate or apply what the browser supports, which is more of a browser limitation in IE, in your case.

 

What is it you are trying to animate, like what type of effect?

 

:)

  • Like 2
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...