Jump to content
Search Community

Dmitry Litvinov

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Dmitry Litvinov

  1. Hello, we have implemented the following mechanism: 1. Sections have been divided into those with traditional scrolling and block scrolling. 2. Block scrolling is implemented first. As the website was developed using Vue, the content was divided into blocks and v-if was used to display them. 3. An instance of the Observer was created to track up and down scrolling of the mouse wheel, which toggles the state (0, 1, 2, etc.). 4. When the user reaches a section with traditional scrolling, overflow-y is switched from hidden to scroll. Hope this will help you, Dmitry L. from nextweb.fi
×
×
  • Create New...