UNPKG

@progress/kendo-vue-animation

Version:

Kendo UI for Vue Animation package

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