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
/** * isObject * @returns boolean * @example * isObject({foo: 'bar'}) => true * isObject('yo') => false */ export declare const isObject: (x: any) => boolean;