UNPKG

@proto-cool/cascade

Version:

A lightweight TypeScript library for easily defining smooth, performant animations when elements enter the viewport.

9 lines 295 B
import type { AnimationOptions, MarginType } from "./types"; export interface CascadeConfig { attributePrefix: string; rootMargin: MarginType; defaults: AnimationOptions; } declare const defaultConfig: CascadeConfig; export default defaultConfig; //# sourceMappingURL=config.d.ts.map