app.js 218 B

123456789101112
  1. gsap.registerPlugin(ScrollTrigger, ScrollSmoother);
  2. if (ScrollTrigger.itTouch !==1) {
  3. ScrollSmoother.create ({
  4. wrapper: '.wrapper',
  5. content: '.content',
  6. smooth: 1.5,
  7. effects: true
  8. })
  9. }