Share Posted July 30, 2020 I was revisiting an old codesandbox project and noticed that something that worked in version 3.2 is no longer looking quite right... 1) Go to https://codesandbox.io/s/makedragmatchscroll-nxsrr?file=/src/index.js 2) Click/drag on the window output and everything should drag smoothly. 3) Now change Gsap version to the latest. 4) Try dragging again and you should see the text stuttering. Just wondering what changed that would cause this and what I would have to do to get it to work again? Thanks Link to post Share on other sites
Share Posted July 31, 2020 Thanks for pointing that out. Sorry about the confusion there - it was a bug that had to do with position: fixed elements. It should be resolved in the upcoming release which you can preview at https://assets.codepen.io/16327/Draggable3.min.js Better? 2 Link to post Share on other sites