What should I do if the page scrolls to a certain distance and then triggers full-screen scrolling? For example, the popular recipe recommendation section for Mijia rice cookers
You can search for a jQuery full-screen scrolling plug-in, and I found the following ones: http://alvarotrigo.com/pagePi... (English) http://alvarotrigo.com/blog/f... (English) http://www.dowebok.com/77.html (the second one in Chinese) http://www.dowebok.com/107.html (Chinese)
/a/11...
This is an effect achieved without a plug-in: http://jsfiddle.net/yDuh7/
Actually, you can easily tell by looking at its style.
Once scrolled to the specified position, it fixes a full-screen carousel image, and then automatically switches based on the scrolling distance.
Actually, there is still a normal page underneath, just blocked by a full-screen carousel image.
You can search for a jQuery full-screen scrolling plug-in, and I found the following ones:
http://alvarotrigo.com/pagePi... (English)
http://alvarotrigo.com/blog/f... (English)
http://www.dowebok.com/77.html (the second one in Chinese)
http://www.dowebok.com/107.html (Chinese)
/a/11...
This is an effect achieved without a plug-in:
http://jsfiddle.net/yDuh7/