Jump to content
Search Community

Edge Animate - Rotate not working in IE9

TimKII 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 Guys (and girls),

 

I'm having some problems with a rotate effect in IE9.  It doesn't seem to work, the opacity is working correctly, but not the rotation.

Does anybody have any idea how to solve this?

 

This is the code (in Edge Animate) :

 

 

var element = sym.$("Container");
var front = sym.getSymbol("Container").$("front");
var back = sym.getSymbol("Container").$("back");
 
 
sym.turnAround = function(){
TweenLite.set(element, {transformPerspective:800});
TweenLite.to(front, .1, {opacity:0, delay: .24});
TweenLite.to(back, 0, {opacity:1, delay: .24});
TweenLite.to(element, 2.2, {rotationY:-180, ease:Back.easeOut});
}
 
Any help will be greatly appreciated!
 
Tim
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...