Jump to content
Search Community

Search the Community

Showing results for tags 'ease staggerto cycle'.

  • 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. Here's my code... .staggerTo(".card-container", 0.3, { force3D:true, cycle:{ right:function(index){ return index * rightmulitplier + "%"; }, ease: Elastic.easeOut } }, 0.00001, 2); Have I set the easing in the correct place? It doesn't seem to have any effect at all... Also as an extra question - the animation is pretty jittery which (as I understand it) is caused by animating the "right" value rather than setting the X value. However my layout needs to stretch from the right edge so is there a way to animate the "x" from the right? e.g. x: right 20% etc. Sorry for the lack of codepen, the work is confidential so I can't share it.
×
×
  • Create New...