UNPKG

motion

Version:

The Motion library for the web

6 lines (5 loc) 258 B
export { animate } from "./targets/dom/animate.js"; export { animateStyle } from "./targets/dom/animate-style.js"; export { timeline } from "./targets/dom/timeline/index.js"; export { stagger } from "./utils/stagger.js"; export * from "./targets/dom/types";