scrollsnap-polyfill icon indicating copy to clipboard operation
scrollsnap-polyfill copied to clipboard

A polyfill for CSS scroll snapping

Results 23 scrollsnap-polyfill issues
Sort by recently updated
recently updated
newest added

as published, it's `dist/scrollsnap.polyfill.js`, as comitted it's `dist/scrollsnap-polyfill.js` The published version doesn't work

while scrolling of pressing the arrow keys the item will just do a little jump and not start the scroll animation

Any chance of an update? https://www.w3.org/TR/css-scroll-snap-1/

In this new version of the spec, https://drafts.csswg.org/css-snappoints/, only the scroll-snap-type has the same behavior- we now have new values like scroll-snap-padding.

Trailing dots are allowed, leading dots aren't. Thank you for merging this! :)

Nice polyfill, but whenever I try to use decimal values as scroll-snap-destination, it does not do anything at all. It would be very nice if the polyfill supported them, e.g....

I've just upgraded to iOS 11 and it no longer works. It just scrolls - there are no snapping anymore. It worked fine in iOS 10 Safari.

When using an external css, chrome display the "Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https." message, and it doesn't work.

I got several section with differents heights and would like to scroll freely till a larger section ends and then scroll the next section up to the snap point. Another...

Expected behaviour, on Safari 9: http://cloud.h-o.nl/gFMU Result with the polyfill on Google Chrome: http://cloud.h-o.nl/gG1K