UNPKG

@progress/kendo-react-animation

Version:

React Animation component assists with animating HTML elements. KendoReact Animation package

11 lines (10 loc) 810 B
import { Animation, AnimationProps } from './Animation'; import { AnimationChild, AnimationChildProps } from './AnimationChild'; import { Fade, FadeProps } from './Fade'; import { Expand, ExpandDirection, ExpandProps } from './Expand'; import { Push, PushDirection, PushProps } from './Push'; import { Slide, SlideDirection, SlideProps } from './Slide'; import { Zoom, ZoomDirection, ZoomProps } from './Zoom'; import { Reveal, RevealDirection, RevealProps } from './Reveal'; import { useAnimation } from './hooks/useAnimation'; export { Animation, AnimationProps, AnimationChild, AnimationChildProps, Fade, FadeProps, Expand, ExpandProps, ExpandDirection, Push, PushProps, PushDirection, Slide, SlideProps, SlideDirection, Zoom, ZoomProps, ZoomDirection, Reveal, RevealProps, RevealDirection, useAnimation };