Jump to content
Search Community

Search the Community

Showing results for tags 'insertmultiple ease same'.

  • 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've been looking for something that looks pretty simple, but I've never found anything about this: I'd like to use the insertMultiple method and play the timeline with one single ease function. What is the correct syntax? Here is one of the (many) things I've tried so far: var myTimeline:TimelineLite = new TimelineLite({onComplete:zoomComplete, ease:Bounce.easeInOut}); myTimeline.insertMultiple([new TweenLite(R, dureeTween, {x:newR.x, y:newR.y}), new TweenLite(I, 2, {x:newI.x, y:newI.y}), new TweenLite(Cmin, 2, {x:newCmin.x, y:newCmin.y}), new TweenLite(Cmax, 2, {x:newCmax.x, y:newCmax.y}), new TweenLite(seuil, 2, {x:newSeuil})] ); The ease function does not seem to be taken into account, can someone tell me what I'm doing wrong? Thanks in advance ^^
×
×
  • Create New...