UNPKG

@erosnicolau/animated-text

Version:

Advanced React animated text component with comprehensive animation effects

4 lines 460 B
import { AnimationEasing, ComposableEffect } from '../types'; export declare const generateAnimationStyles: (effects: ComposableEffect, duration: number, delayBefore: number, easing: AnimationEasing, isAnimated: boolean) => React.CSSProperties; export declare const generateBlockAnimationStyles: (effects: ComposableEffect, duration: number, easing: AnimationEasing, shouldAnimate: boolean) => React.CSSProperties; //# sourceMappingURL=animationStyles.d.ts.map