Jump to content
Search Community

sheep0989

Members
  • Posts

    1
  • Joined

  • Last visited

sheep0989's Achievements

1

Reputation

  1. I'm trying to create two separate animations on the same element. What I'd like it to do: Fall in from the top of the screen...Then after that animation is completed, I want the same element to play another animation, but loop it and never repeat the first animation. Here is what I thought I could do. TweenMax.from(".section1-circle1", 1.0, { ease: Bounce.easeOut, y: -822}, "+=0.5", {repeat: -1, yoyo:true, y: 15}); Any help would be nice.
×
×
  • Create New...