@empathyco/x-components
Version:
Empathy X Components
6 lines • 314 B
TypeScript
/**
* Defines the possible animation origins for the animation components (animate-clip-path,
* animate-translate, animate-scale...).
*/
export type AnimationOrigin = 'top' | 'bottom' | 'top-to-bottom' | 'bottom-to-top' | 'left' | 'right' | 'left-to-right' | 'right-to-left';
//# sourceMappingURL=types.d.ts.map