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) 161 B
/** * isFunc * @returns boolean * @example * isFunc(function(){}) => true * isFunc('hi') => false */ export declare const isFunc: (value: any) => boolean;