Jump to content
Search Community

Search the Community

Showing results for tags '.duration addlabel'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • GreenSock Forums
    • GSAP
    • Banner Animation
    • Jobs & Freelance
  • Flash / ActionScript Archive
    • GSAP (Flash)
    • Loading (Flash)
    • TransformManager (Flash)

Product Groups

  • Club GreenSock
  • TransformManager
  • Supercharge

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Personal Website


Twitter


CodePen


Company Website


Location


Interests

Found 1 result

  1. 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...