rani-motion
Version:
A simple and powerful React animation library with TypeScript support - animated.div style components with accessibility-first approach
11 lines • 404 B
TypeScript
import { BaseAnimationProps, AnimationPresetType, CustomAnimation, EasingType } from "../../types";
export interface RaniOnViewProps extends BaseAnimationProps {
animation?: AnimationPresetType;
customAnimation?: CustomAnimation;
duration?: number;
delay?: number;
easing?: EasingType;
triggerOnce?: boolean;
threshold?: number;
}
//# sourceMappingURL=types.d.ts.map