Jump to content
Search Community

starkjatt

Members
  • Posts

    1
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

starkjatt's Achievements

  1. i am working with react js and gsap .

    i want make  background parallax effect on mouse move with react js please help me sir please guide me

  2. const divRef=useRef(); useEffect(()=>{ gsap.from(divRef.current,{ duration:1, autoAlpha:0, ease:"none", delay:3 }) }) here gsap.from are not working but gsap.to working what i do for gap.from ?????? pleaaaaase reply
×
×
  • Create New...