'How can I scroll by 100 vh every component in vue?
How to create a scrolling effect every 100vh. I have 3 components, each is 100 vh high and I would like the user to switch to the next of these three components every time he scrolls.
Solution 1:[1]
I would recommend using the native CSS Scroll Snap
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | tauzN |
