Jump to content
Search Community

Steve Lu

Members
  • Posts

    2
  • Joined

  • Last visited

Steve Lu's Achievements

  1. Hi, @GreenSock Is .quickto() accept to pass numeric value only? what if I need to use .quickto() for clip-path? The below code seems not works? const moveClipPath = gsap.quickTo(child,"clip-path",{duration: 0.5,ease: "power3"}). document.addEventListener('mousemove', e => { //collect left and top position here moveClipPath(`circle(60% at ${left}% ${top}%)`) });
  2. Animated Continuous Sections with GSAP Observer (codepen.io) In this demo codepen, the lastest section with class "fifth" not showing. Anyone know how to fix it? And the Observer type, is it possible dynamic detect if the device support or not? type: "wheel,touch,pointer", Like desktop change to "wheel" only, and "touch,point" for mobile.
×
×
  • Create New...