UNPKG

scrollscene

Version:

ScrollScene is an extra layer on top of ScrollMagic as well as using IntersectionObserver to achieve similar effects.

8 lines (7 loc) 328 B
export { ScrollScene } from './ScrollScene'; export { ScrollObserver } from './ScrollObserver'; import scrollmagic from './scrollmagic-with-ssr'; export { scrollmagic as ScrollMagic }; export { scrollmagic as ScrollMagicSsr }; import addindicators from './scrollmagic-add-indicators'; export { addindicators as addIndicators };