scrollscene
Version:
ScrollScene is an extra layer on top of ScrollMagic as well as using IntersectionObserver to achieve similar effects.
9 lines (8 loc) • 348 B
TypeScript
export { createArray } from './createArray';
export { errorLog } from './errorLog';
export { isFunc } from './isFunc';
export { isObject } from './isObject';
export { isString } from './isString';
export { roundOff } from './roundOff';
export { scrollAnimationInit } from './scrollAnimationInit';
export { stringContains } from './stringContains';