UNPKG

@progress/kendo-react-animation

Version:

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

11 lines (10 loc) 434 B
import { Animation } from './Animation'; import { AnimationChild } from './AnimationChild'; import { Fade } from './Fade'; import { Expand } from './Expand'; import { Push } from './Push'; import { Slide } from './Slide'; import { Zoom } from './Zoom'; import { Reveal } from './Reveal'; import { useAnimation } from './hooks/useAnimation'; export { Animation, AnimationChild, Fade, Expand, Push, Slide, Zoom, Reveal, useAnimation };