Jump to content
Search Community

kit

Members
  • Posts

    4
  • Joined

  • Last visited

kit's Achievements

0

Reputation

  1. Hello all, Thanks for the support, overwrite:"none" is what i am look for
  2. Hello Greensock, I am trying to tween and add 2 className to the same element using greensock. Please refer to the codePen example, i would like to add .bkg-color & .bdr to the #element, but somehow the first added class is then replaced by the 2nd tween. Any advise will be appreciated http://codepen.io/yengkit/pen/QEAXBB
  3. Hello, I am trying to add label in between a Timeline animation, and the code are as follow: var footerTL:TimelineMax = new TimelineMax(); footerTL.append(TweenMax.from(copyright,0.5,{alpha:0,y:"+25"})); footerTL.append(TweenMax.from(quitBTN,0.5,{alpha:0,y:"+25"}),-0.4); footerTL.append(TweenMax.from(supportBTN,0.5,{alpha:0,y:"+25"}),-0.4); footerTL.addLabel("hideButton", footerTL.duration); footerTL.append(TweenMax.from(changePassBTN,0.5,{alpha:0,y:"+25"})); footerTL.addLabel("showButton", footerTL.duration); when publish, this error prompt: 1067: Implicit coercion of a value of type Function to an unrelated type Number. any idea?
×
×
  • Create New...