@empathyco/x-components
Version:
Empathy X Components
14 lines (8 loc) • 830 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [animateScale](./x-components.animatescale.md)
## animateScale variable
Returns a transition component to wrap an element passed in the default slot and animating its scale using transform and with the transform origin passed as parameter.
**Signature:**
```typescript
animateScale: (animationOrigin?: import("../create-directional-animation-factory").AnimationOrigin | undefined) => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>
```