@empathyco/x-components
Version:
Empathy X Components
26 lines (20 loc) • 828 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-components](./x-components.md) > [Fade](./x-components.fade.md)
## Fade variable
Renders a transition wrapping the element passed in the default slot. The animation just fades in/out the element by changing its opacity.
**Signature:**
```typescript
_default: import("vue").DefineComponent<{
appear: {
type: BooleanConstructor;
default: boolean;
};
}, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
appear: {
type: BooleanConstructor;
default: boolean;
};
}>>, {
appear: boolean;
}, {}>
```