Jump to content
Search Community

eman87

Members
  • Posts

    2
  • Joined

  • Last visited

eman87's Achievements

0

Reputation

  1. Carl, very thanks for reply but recently i found a solution for the bug. Here the solution: TweenMax.to(Object(parent)._preview, .5, {transformAroundCenter:{scale:1},y:iniY, alpha:1, ease:Expo.easeOut}) The problem still present if i dont correct the "y" position, like before i post, but the correct way to back to my "y" position its adding my "y" out of "transformAroundCenter", like here i show. Anyway, this for me its a bug of this plugin, and greensok it would have fix because im never change the "y" position.
  2. Hi, i need some help, today i think i detect a bug using the plugin TransformAroundCenter, when i call : TweenMax.to(myMc, .5, {transformAroundCenter:{scale:0}, ease:Expo.easeOut, onComplete:function(){ TweenMax.to(myMc, 0, {transformAroundCenter:{scale:2}}) myFunction() }) Then... myFunction(){ TweenMax.to(myMc, .5, {transformAroundCenter:{scale:1}, ease:Expo.easeOut}) } The big bug, its when rescale to 1, the position of y its not equal, i mean if the y position before call "transformAroundCenter" was 200, after call the y position its different, and never back to be equal. I need help to find a solution because im try to reset the y position but the jump its very visible, and i cant do a tween to the y position because then its very different the position....
×
×
  • Create New...