Jump to content
Search Community

nikki tucker

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nikki tucker

  1. Thank you guys! Was stuck on it for several hours, never heard about repeatRefresh before.
  2. HI guys, i have a really easy question, sorry for that, tried to find solution but couldn't do it. I have several rectangles with a classname of "move". When i push the green button, they should start moving to the left with a certain speed (for example, 200 pixels in 2 seconds). I use relative translation '-=200'. I expect to see that they start moving infinitely to the left, go from the screen to the left and continue moving to the left all the time. But what i get is that every time the animation repeats, they all start from the beginning point. Also I want the whole animation to be in one timeline so I can easily control it. I have one timeline 'moveTl' which contains one tween. In the main attached codepen I added 'repeat:-1' to the whole timeline. https://codepen.io/nikkitucker/pen/OJRJpqE I also tried to add 'repeat:-1' not to the timeline but to the first tween, but nothing changes. https://codepen.io/nikkitucker/pen/mdrdmyx Please help me understand why i'm getting this result and how can i get what i need?
×
×
  • Create New...