Jump to content
Search Community

kez1304

Members
  • Posts

    33
  • Joined

  • Last visited

Community Answers

  1. kez1304's post in Repeat yoyo with some pause/interval was marked as the answer   

    See the Pen wgGyqO by anon (@anon) on CodePen
     
    Is a commented and functioning pen for what you're trying to achieve.
     
     
    Hope this helps!
  2. kez1304's post in An event (onComplete, onRepeat, etc.) that fires on a yoyo based repeat? was marked as the answer   
    D'oh!!
     
    It occurs to me now, that onRepeat will have to be called on the TimelineMax itself. The Tween in question isn't aware that it's being reversed.
     
     
    Sorry guys!
     
    Blonde moment!
  3. kez1304's post in Alternate/Cycle - Staggered tweens method was marked as the answer   
    Right, I found out what was wrong.
     
    I was using the CDN:
     
    https://cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js
     
    (cdnjs.cloudflare.com/ajax/libs/gsap/latest/TweenMax.min.js)
     
    Instead of:
     
    https://cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js
     
    (cdnjs.cloudflare.com/ajax/libs/gsap/1.18.0/TweenMax.min.js)
     
    The latest is only:
     
     
    Can we get this fixed?
     
    My development environment will thank you.
×
×
  • Create New...