Jump to content
Search Community

Search the Community

Showing results for tags 'animation play once'.

  • 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 have a real simple animation when you scroll the page using ScrollMagic I want to know how do you play the animation only once after you have scrolled the scene into view of the trigger. var controller = new ScrollMagic.Controller(); var tween_1 = TweenMax.to('#obj_1', 0.5, { left: '0%', delay: .1 }); var containerScene = new ScrollMagic.Scene({ triggerElement: '#scene_1', offset: -100 }) .setTween(tween_1) .addIndicators() .addTo(controller);
×
×
  • Create New...