UNPKG

@progress/kendo-react-animation

Version:

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

10 lines (9 loc) 953 B
/** * @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"; "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Animation.js"),i=require("./AnimationChild.js"),n=require("./Fade.js"),o=require("./Expand.js"),t=require("./Push.js"),r=require("./Slide.js"),a=require("./Zoom.js"),u=require("./Reveal.js"),s=require("./hooks/useAnimation.js");exports.Animation=e.Animation;exports.AnimationChild=i.AnimationChild;exports.Fade=n.Fade;exports.Expand=o.Expand;exports.Push=t.Push;exports.Slide=r.Slide;exports.Zoom=a.Zoom;exports.Reveal=u.Reveal;exports.useAnimation=s.useAnimation;