UNPKG

uxcore-animate

Version:

uxcore-animate component for uxcore.

22 lines (14 loc) 421 B
/** * Animate Component for uxcore * @author eternalsky * * Copyright 2014-2015, Uxcore Team, Alinw. * All rights reserved. */ import RcAnimate from 'rc-animate'; class Animate extends RcAnimate {} Animate.defaultProps = RcAnimate.defaultProps; // http://facebook.github.io/react/docs/reusable-components.html Animate.propTypes = RcAnimate.propTypes; Animate.displayName = 'Animate'; export default Animate;