@progress/kendo-react-animation
Version:
React Animation component assists with animating HTML elements. KendoReact Animation package
29 lines (28 loc) • 967 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
"use client";
import { Animation as e } from "./Animation.mjs";
import { AnimationChild as t } from "./AnimationChild.mjs";
import { Fade as x } from "./Fade.mjs";
import { Expand as i } from "./Expand.mjs";
import { Push as a } from "./Push.mjs";
import { Slide as l } from "./Slide.mjs";
import { Zoom as h } from "./Zoom.mjs";
import { Reveal as u } from "./Reveal.mjs";
import { useAnimation as C } from "./hooks/useAnimation.mjs";
export {
e as Animation,
t as AnimationChild,
i as Expand,
x as Fade,
a as Push,
u as Reveal,
l as Slide,
h as Zoom,
C as useAnimation
};