Jump to content
Search Community

Search the Community

Showing results for tags 'timelinemax delay pause'.

  • 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. Hey guys. I have following code var tl = new TimelineLite({onUpdate: updateSlider, onStart: playAudio}); var Cursor = $("#cursor"); tl.timeScale(1); tl.to(Cursor, 3, { left: x(90.7),top: y(23.8), ease: Power0.easeNone}); //first cursor movement //2 second sleep/wait <======= tl.call(function(){ $("#screen").attr("src", "images/video_001.jpg"); }); //change image tl.to(Cursor, 1, { left: x(72.5),top: y(18.8), ease: Power0.easeNone}); tl.pause(); is it possible to insert a 2 second sleep between the first cursor movement and the call to change the image?
×
×
  • Create New...