Jump to content
Search Community

jeskoo

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by jeskoo

  1. gsap.fromTo(".text1", { 
      opacity: 0,
      rotation: -18
       
    }, 
    { opacity: 1, 
      rotation: -18,
      scrollTrigger: {
        trigger: '.beyond',
        start: 'bottom center',
        end: '+=80%',
        scrub: true,
        markers: false,
        pin: true
      }
    });

    Here is my code, please help. I want the text to be rotated, when I rotate the text with css, the rotation resets as soon I add the "pin: true" and when I try to rotate the text with gsap, it doesnt work at all..

×
×
  • Create New...