Jump to content
Search Community

Sercotec

Members
  • Posts

    6
  • Joined

  • Last visited

Sercotec's Achievements

  1. I have tried several methods mentioned in the forum yet i could not find a proper smooth play by scroll for videos. I created one in the code pen , yet the issue is it only animates smoothly if it is safari desktop, safari mobile or even firefox mobile (checkd in macos and ios). If it is chrome or firefox desktop which uses webp version of the movie, no chance it just skips animations in the middle. Any thoughts ?
  2. Let's say a customer additionally payed for development with Business Green licence. We made the development. But next year he does not want to pay for it. And business licence is not paid. Will additional features remain working ?
  3. Actually reached my goal playing with these parameters, thank you !
  4. Actually i found a sample : https://codepen.io/akapowl/pen/JjWjvXd/274c3f7a269a327db37dcd069fd6ed20 this is exactly what i want to achive yet i couldnt solve the relation between those codes (they definetely do the trick) : (you can check it in pen's code) gsap.set('.content', { marginTop: "-100vh" }) .... end: '+=' + (600 + window.innerHeight) ... end: '+=600px'
  5. Its live demo on : https://sercotec.net/demo/gsap/ I want orange section to overlap first section after the animation of texts finished. if i use pinSpace:false it overlaps yet animation is not finished yet. So getting rid of Pinspacing not affecting entire page but only the animation of these two sections. ( I can implement other scrollTriggers for the rest of the page) And i dont want to put sections to Arrays like you do in your demos. I hope it helps. Thank you.
  6. I won't provide a demo this time because i dont know if it is achivable a hypotethic question: Is it possible to change a scroll trigger variable after completition of animation. A sample code like : var tl = gsap.timeline({ scrollTrigger: { trigger: ".hero", start: "center 50%", end: "bottom top", toggleActions: "play reset restart resume", //markers: true, scrub:1, pin:".hero", pinSpacing:true (Something like : onComplete () => pinSpacing:false) } }) Thanks in advance!
×
×
  • Create New...