Jump to content
Search Community

jayzonhe3

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by jayzonhe3

  1. TweenMax.to(container, speed, {bezier:[{y:middle.y},{scaleX:1, scaleY:1,y:middle.y},{scaleX:1, scaleY:1,y:middle.y},{y:end.y,x:end.x, scaleX:.6,scaleY:.6}], startAt:{x:start.x, y:start.y, scaleX:.6,scaleY:.6, alpha:1}, endAt:{scaleX:.2, scaleY:.2, alpha:0}, roundProps:["y", "x"], ease:Sine.easeInOut, repeat:-1, delay:delay}); I have this code that I am using I want the X and Y positions to be constrained to int but the scale needs to be a number. This code seems to round all props. Am I doing something wrong?
×
×
  • Create New...