react-native-really-awesome-button
Version:
React Native Button UI component that renders an 60fps animated set of progress enabled 3D performant buttons.
6 lines (5 loc) • 481 B
TypeScript
import { Animated } from 'react-native';
export declare function animateTiming({ variable, toValue, duration, delay, easing, }: any): Animated.CompositeAnimation;
export declare function animateLoop({ variable, toValue, duration, easing, }: any): Animated.CompositeAnimation;
export declare function animateSpring({ variable, toValue, delay, tension, friction, }: any): Animated.CompositeAnimation;
export declare function animateElastic(params: any): Animated.CompositeAnimation;