UNPKG

@oku-ui/motion

Version:

A tiny, performant animation library for VueJS

12 lines (11 loc) 448 B
import { ValueAnimationOptions } from 'motion/react'; import { MotionProps } from '../state/types'; /** * Generate a list of every possible transform key. */ export declare const transformPropOrder: string[]; /** * A quick lookup for transform props. */ export declare const transformProps: Set<string>; export declare function getDefaultTransition(valueKey: string, value?: Partial<MotionProps['transition']>): Partial<ValueAnimationOptions>;