Jump to content
Search Community

noesiscsd

Members
  • Posts

    3
  • Joined

  • Last visited

noesiscsd's Achievements

  1. Yes, that's a good solution, but if you change the spaces you need to recalculate the buffer. The fromTo is a method to solve this problem? The "classic" animation that goes from right to left works without this buffer problem. How you can solve this for the animation that goes from left to right Thank you
  2. Hello! According to this topic: I recreate this and updated this to the more modern syntax in GSAP 3, and I tried to "reverse" the movement. So I want to move the texts from RIGHT -> LEFT. I changed the gsap.set(".ticker-wrapper", { x: -tickerWidth }); [minus tickerWidth ] and this starts as you want but the loop isn't working as you expect. I can't find any solution. Any help? Thank you so much! https://codepen.io/noesiscsd/pen/NWwENgb
  3. Hi! This code is perfect to make any changes you want. But I can't reverse this animation. I want to move the texts from LEFT -> RIGHT. If you change to TweenMax.set( '.ticker-wrapper' , {x: -tickerWidth } ); starts as you want but the loop isn't working as you expect. I can't find any solution. Any help? Thank you!
×
×
  • Create New...