Jump to content
Search Community

SimonVonSchmude

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by SimonVonSchmude

  1. That's what i was looking for! For future reference, i optimized it a bit, including the snap (which increases performance (?!)) and made it prettier: https://codepen.io/SimonVonSchmude/pen/OJqVwjW
  2. Thanks for your Answer! I tried decreasing the snap value to 0.01, but still, the second animation only uses integer values...
  3. I wanted to test this simple looping animation using the timeline functionality. When the second animation eases out, it seems to stutter. Using the console, i found out that gsap assigns float values to the css for the first animation, but integer values for the second one, making it appear less smooth. How can i force gsap to use float precision?
×
×
  • Create New...