Jump to content
Search Community

Kyryll

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Kyryll

  1. Hi!

     

    I'm new to the GSAP :) But love what I have seen so far.

     

    I'm having a little problem with animating transform rotateX and rotateY. I'm using the GSAP jQuery plugin.

     

    Basically executing this:

    $(element).animate({transform: "rotateX(-180deg)"});

    has the same effect as executing:

    $(element).animate({transform: "rotateX(180deg)"});

     

    I do have perspective set up, in case you were wondering.

     

    Is there a special way I have to define negative values or is this a bug?

     

    Thank you guys!

    Kyryll

     

×
×
  • Create New...