react-native-reanimatable
Version:
Wrapper for Reanimated with an easy declarative API.
14 lines (12 loc) • 435 B
JavaScript
import KeyframesAnimation from './KeyframesAnimation';
import LoopAnimation from './LoopAnimation';
import TransitionAnimation from './TransitionAnimation';
import InterpolationTransitionAnimation from './InterpolationTransitionAnimation';
import DelegateAnimation from './DelegateAnimation';
module.exports = {
KeyframesAnimation,
LoopAnimation,
TransitionAnimation,
DelegateAnimation,
InterpolationTransitionAnimation,
};