You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by DukeManh November 3, 2021
I wanted to file this issue for a while now. In #2080, I introduced scroll-snap-like behavior on the landing page as suggested by #2042.
However, due to Telescope's layout, we couldn't use CSS scroll snap to do that but rather had a hacky solution by using an IntersectionObserver and promised to improve it.
I had been having trouble triggering scroll-snap behavior consistently. Plus it causes unexpected scrolls on mobile sometimes too.
I don't think scroll snap works for us and there's not a good way to simulate that feature.
Discussed in #2448
Originally posted by DukeManh November 3, 2021
I wanted to file this issue for a while now. In #2080, I introduced scroll-snap-like behavior on the landing page as suggested by #2042.
However, due to Telescope's layout, we couldn't use CSS scroll snap to do that but rather had a hacky solution by using an
IntersectionObserver
and promised to improve it.I had been having trouble triggering scroll-snap behavior consistently. Plus it causes unexpected scrolls on mobile sometimes too.
I don't think scroll snap works for us and there's not a good way to simulate that feature.
There's a good article on why not to use this too.
https://alvarotrigo.com/blog/why-not-to-use-css-scroll-snap/
The text was updated successfully, but these errors were encountered: