Jump to content
Search Community

avis

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

avis's Achievements

0

Reputation

  1. Why when i declare timeline globaly it doesnt work? var timeline:TimelineLite = new TimelineLite(); function clickNavItem(e:MouseEvent):void { moveSize=e.currentTarget.navDir; timeline.append(TweenLite.to(productsHolder, 1,{x:moveSize})); } When i use just tweenLite.to inside the same function, it works normally. So all the parameters are OK. Tnx for help!
×
×
  • Create New...