react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
8 lines • 513 B
TypeScript
import type { PredefinedTimingFunction, StepsModifier } from '../easings';
import type { CSSAnimationProp, CSSTransitionProp } from '../types';
export declare const ANIMATION_PROPS: CSSAnimationProp[];
export declare const TRANSITION_PROPS: CSSTransitionProp[];
export declare const VALID_STEPS_MODIFIERS: StepsModifier[];
export declare const VALID_PREDEFINED_TIMING_FUNCTIONS: PredefinedTimingFunction[];
export declare const VALID_PARAMETRIZED_TIMING_FUNCTIONS: string[];
//# sourceMappingURL=settings.d.ts.map