UNPKG

vue-snap

Version:

Lightweight Carousel based on CSS Scroll Snap

7 lines (5 loc) 227 B
import { elementScrollByPolyfill } from 'seamless-scroll-polyfill/dist/esm/Element.scrollBy' import { isSSR } from './utils' if (!isSSR && !('scrollBehavior' in document.documentElement.style)) { elementScrollByPolyfill() }