Jump to content
Search Community

Search the Community

Showing results for tags 'splittext click reverse'.

  • 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'm trying to reverse the animation of my splittext onclick event, but the reverse doesn't work, any idea? http://codepen.io/AdverisTeam/pen/WpKLPR $(window).on('load', splitMenu); function splitMenu() { var st = new SplitText('.menu_line', {paused: true, type: 'words'}); TweenMax.staggerFrom(st.words, 1, { y: 80, opacity: 0, delay: 0.4, ease:Power4.easeOut}, 0.04); $("menu_link").onclick = function() { st.reverse(); }; }
×
×
  • Create New...