can i change the "end" property on the timeline when windows is resized?
I mean can when the highest viewport is 2560 : "end+=20%,"
and at the lowest resolution of 1200 : "end+=0%",
and when windows is resized then "end" will change fluidly
var nav_hide = gsap.timeline({
scrollTrigger: {
trigger: ".hide-me2",
start: "top top",
end: "+=20%",
// markers: true,
scrub: true,
}