Jump to content
Search Community

Search the Community

Showing results for tags 'timelinemax sequencing'.

  • 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. I want to sequence an animation with timelineMax. How is it possible to animate different properties of the same tween with specific delay? E.g. var blade = $(".intro-blade"); var logo = $(".intro-logo"); var photo = $(".intro-photo"); var introAnimation = new TimelineMax(); introAnimation.to(blade, 1, {height:"400px", ease: Power4.easeOut,autoAlpha:1}) .to(logo, 1, {x:"-250", ease: Sine.easeOut,autoAlpha:1}) .to(logo, 1.5, { opacity:1},"+=1.9"); From the snippet above, I want to animate Opacity and the transition of 'logo' with specific delay. like The object will slide in with delayed opacity. )
×
×
  • Create New...