Relative Content

Tag Archive for javascriptanimationgsap

How to fix this text animation?

There’s this animation where words are being swapped in a sentence. The animation works fine, successfully changing the word. However, after the animation completes, there’s always a little jump in the word, as if it snaps back to its original position. I’ve tried a few things but couldn’t figure out how to eliminate this.I tried changing the duration and the update text timing, but it didn’t work properly. Even when I changed the split type from ‘chars’ to ‘words’, the issue persisted.