Jump to content
Search Community

Search the Community

Showing results for tags 'nesting timeline'.

  • 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 nesting timeline. code is like: timeLine.to(obj1,1.2,{css:{display:"block"}}) nestedTimeline1 = new TimelineMax({repeat:1}); // initially obj2 is with opacity :0 nestedTimeline1.append(TweenLite.to(obj2,1.4,{css:{opacity:1,left:187,bottom:108}})) nestedTimeline1.append(TweenLite.to(obj2,.5,{css:{opacity:0}}),-.8) timeLine.append(nestedTimeline1); when i do: timeLine.totalProgress(0); my animation will start from first. But the issues is obj2 opacity will not be reset to 0. i am not able to understand why this issue is coming??? any solution will be greatly appreciated..
×
×
  • Create New...