Jump to content
Search Community

webprouser

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by webprouser

  1. how to make scroll like this? can you make a simple demo please?
  2. Can i make text hover animation like this https://shapestudio.co.uk/? look at the link animation on menu.
  3. I want to make fullpage scrolling with gsap scrolltrigger. Help
  4. let tl = gsap.timeline({ scrollTrigger: { trigger: intro, start: "center center", end: () => end, scrub: 2, pin: true, anticipatePin: 1, }, defaults: {ease: "none"} }); tl.add('start') .fromTo(intro.querySelector(".intro__form-content"), { yPercent: 100, scale: 0.7, opacity: 0, ease: Power1.easeInOut, visibility: 'hidden', }, { yPercent: 0, scale: 0.7, opacity: 0.5, ease: Power1.easeInOut, visibility: 'visible' }, 'start')
  5. please, see how the website is looking
  6. Rodrigo, please help me!!! can we do this like the video? without black background and opacity please? when scrolling that text is stoping for a second. can we fix this? I really need help.
  7. it's not working. please can you remove smoth scroll? there is no smooth scroll. first and last sections's height must be more then 200vh
  8. please help me. i must make animation like this https://drive.google.com/file/d/1D_XU-TUWO5_emH4sR_UaAhZz_ZxnP-85/view?usp=sharing
×
×
  • Create New...