svelte-motion
Version:
Svelte animation library based on the React library framer-motion.
11 lines (10 loc) • 338 B
TypeScript
/**
based on framer-motion@4.1.17,
Copyright (c) 2018 Framer B.V.
*/
import { VisualElement } from "../../types";
/**
* Returns a boolean stating whether or not we converted the projection
* to relative projection.
*/
export declare function convertToRelativeProjection(visualElement: VisualElement, isLayoutDrag?: boolean): boolean;