hello, do you think you can feature a
ui solution for scrub and snap?
or how do i more easily insert this thing like your smooth scroll + css ? – my first website type of hint. good business. as long as wordpress goes at least.
-got this from gsap server on scroll trigger.
———————————————————
let tl = gsap.timeline({
// yes, we can add it to an entire timeline!
scrollTrigger: {
trigger: \’.container\’,
pin: true, // pin the trigger element while active
start: \’top top\’, // when the top of the trigger hits the top of the viewport
end: \’+=500\’, // end after scrolling 500px beyond the start
scrub: 1, // smooth scrubbing, takes 1 second to \”catch up\” to the scrollbar
snap: {
snapTo: \’labels\’, // snap to the closest label in the timeline
duration: { min: 0.2, max: 3 }, // the snap animation should be at least 0.2
Submited by
Christian Bob
One response to “trigger, scrub – SNAP with Scroll / WP – hero section snap.”
Leave a Reply