anybody know how to generate a tiktok swipe behavior (up/down) on web?
You can simulate the TikTok swipe with vertical scroll snapping + touch events on the web!
Look into scroll-snap-type: y mandatory;
and some JS for swipe detection โ works pretty well.