Jump to content
Search Community

fun

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by fun

  1. I trying to create slider with bullets.. and I wanna know if there is a way to make the bullet back to scale:1 after I scroll to the next slide
  2. how can I remove the space in the bottom, I want the page end after the last image I write this because I want the images looks like its stretch in y axis .fromTo( ".imgs-wrapper", { y: "100%", scaleY: 2.4 }, { y: "-100%", scaleY: 1 } );
  3. fun

    GSAP in React JS

    Thank you for your detailed explanation. now it's better but also there is a white space appears in a fraction of second before it work fine 2023-11-09 12-44-53 - Trim - Trim.mp4
  4. fun

    GSAP in React JS

    Hello, I'm Trying to use GSAP with React with this animation.. it works fine with vanilla JS but with React there is huge white space it's EXACT SAME CODE but works differently https://codepen.io/noX10M/pen/JjxWVLP
  5. fun

    timeline run at same time

    Thank you! @mvaneijgen
  6. fun

    timeline run at same time

    Thank you @Cassie now they appear and disappear at same time as I want but there is a problem they disappear fast I want each slide to stay like 5 seconds before next slide appear https://codepen.io/noX10M/pen/BaGaOrM
  7. hello, I'm trying to make slide of image and text, I want the text 1 and image 1 display and disappear at same time and Immediately the next image and next text appear the problem in this demo: 1- the text show then the image (not at the same time) 2- I feel like I see the body more than I should I want next slide to appear Immediately
  8. Hi Can I call function while scrolling in gsap? run when scroll and stop when scroll end
  9. I want pinning a box when left of screen hit the left of box, in a vertical scroll it work fine but with a horizontal scroll it's not working
  10. yea! that's exactly what I want... Thank you for your detailed explanation!
  11. not exactly .. I want the black div appeared on screen like this https://codepen.io/GreenSock/pen/KKpLdWW
  12. Hello, I'm new to GSAP .. and I try to scrolling horizontally then pinning what I want when I reach yellow section pinned it then scroll to black div Thank you in advance
×
×
  • Create New...