Jump to content
Search Community

lucaskaspary05

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by lucaskaspary05

  1. On 2/6/2013 at 1:41 PM, jamiejefferson said:

    scale is a property to be tweened by CSSPlugin and should be inside the css object

    (with GSAP 1.8, you can also skip the css object altogether if you want)

    
    TweenMax.to($(this), .2, {css:{scaleX:0.8, scaleY:0.8, opacity:0.7}});
    // or
    TweenMax.to($(this), .2, {scaleX:0.8, scaleY:0.8, opacity:0.7});

    I think the mixing of styles is what caused your issue.

     

×
×
  • Create New...