Jump to content
Search Community

Nick643

Members
  • Posts

    1
  • Joined

  • Last visited

Nick643's Achievements

  1. I added smooth scrolling to the site, it works, but when you open a catalog, the catalog itself stretches to the full height of the screen. Although it worked fine without smooth scrolling. class "content" has transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); and when you remove it everything is fine, but I think it’s wrong to do this. gsap.registerPlugin(ScrollTrigger, ScrollSmoother); ScrollSmoother.create({ wrapper: ".wrapper", content: ".content", smooth: 1, effects: true, preventDefault: true, });
×
×
  • Create New...