Google I/O CSS carousels polyfill
Google showed off Pinterest saving 90% in code using these new CSS features:
- ::scroll-button()
- ::scroll-marker()
- ::column
- interactivity property
I want to use these in prod but cannot find a polyfill. Does anyone know of one?
1 Reply
Adam Argyle pointed me in the right direction: https://github.com/flackr/carousel/blob/main/polyfill%2Fpolyfill.js
GitHub
carousel/polyfill/polyfill.js at main · flackr/carousel
Explainer for a set of features allowing the creation of CSS customizable carousels. - flackr/carousel