Jump to content
Search Community

KingsleyM

Members
  • Posts

    2
  • Joined

  • Last visited

KingsleyM's Achievements

  1. Yep. That's exactly what I'm trying to do. I originally thought that gsap might have gotten the new values after I set the transform manually, I don't care how I set it (through gsap or not) I just wanted it set and not forgotten. Which yours looks like it does perfectly! So gsap.set and tl.set is the fix? gsap.set(".layer-1", {x: 200}); tl.set( '.layer-1', {x: 200,overwrite: true}, "layer-1"); Thanks!
  2. I hope I worded the title correctly. In the CodePen, if you clip the 1st button called "Right" and scroll up and down, it works fine. But when Clicking on Move Right More, returning to the top reverts it to the original "Right" button X value. Why is it keeping / reverting to the first value? Any help would be appreciated, been looking at the refresh & update functions, even on the timeline.set values with no success. Thanks!
×
×
  • Create New...