Jump to content
Search Community

Search the Community

Showing results for tags 'stagger callback tweenmax'.

  • 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. nicodev

    stagger tweening

    Hi, I think I miss something. I am trying so make a simple stagger animation of speech bubbles with staggerTo. Just would like the each item to disapear before another comes. Is there a way to add a callback function or something else to do this ? See my pen. Thanks for helping. var $temoignage = $('.temoignage'), tlTemoignages; tlTemoignages = new TimelineMax({ repeat: -1, repeatDelay: 1 }); tlTemoignages .staggerTo($temoignageTexte, 2, {autoAlpha: 1, x: 100, ease:Power3.easeOut}, 1);
×
×
  • Create New...