gsap.registerPlugin(ScrollTrigger); gsap.to('.flair', { rotation: 360, scrollTrigger: { trigger: '#trigger', start: 'top center', end: 'bottom center', scrub: true, // or a number like 0.5 or 1 to smooth the scrub. }, })