UNPKG

framer-motion

Version:

A simple and powerful React animation library

15 lines (14 loc) 628 B
export { HTMLProjectionNode } from "./node/HTMLProjectionNode"; export { nodeGroup } from "./node/group"; export { calcBoxDelta } from "./geometry/delta-calc"; /** * For debugging purposes */ import sync from "framesync"; import { animate, mix } from "popmotion"; export { sync, animate, mix }; export { buildTransform } from "../render/html/utils/build-transform"; export { addScaleCorrector } from "./styles/scale-correction"; export { correctBorderRadius } from "./styles/scale-border-radius"; export { correctBoxShadow } from "./styles/scale-box-shadow"; export { htmlVisualElement } from "../render/html/visual-element";