UNPKG

scrollscene

Version:

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

9 lines (8 loc) 165 B
/** * isString * @returns boolean * @example * isString('yo') => true * isString({foo: 'bar'}) => false */ export declare const isString: (x: any) => boolean;