-
Notifications
You must be signed in to change notification settings - Fork 756
Open
Labels
Description
a way to animate the spline that is being to center on the entry it snaps on. so that you can add some overshoot
EDIT:
the original problem i was facing is a problem with firefoxes implementation.
Hello trying to make some css layout with a bunch of links that you can scroll horizontally.
I was surprised to find out you can really only configure scrolling 1 by 1 without having links cut off.
Without having to write a bunch of custom logic.
I think that a new scroll-snap type would fix this
scroll-snap-type: endIt would just let you normal scroll until you stop scrolling and then snap to the end so that nothing is cut off.
(note that i am testing on a mouse pad so it might be a bug where something doesn`t work on ff)