@dpa-id-components/ui-transition-opacity
v0.1.0
Published
Opacity transition vue utility component
Downloads
3
Maintainers
Keywords
Readme
@dpa-id-components/ui-transition-opacity
UiTransitionOpacity
Vue 2.x opacity transition utility component
Installation
yarn add @dpa-id-components/ui-transition-opacity
Usage
Please refer to how UiTransitionOpacity
is used in UiTooltip
and UiSnackbar
API
Props
| Name | Type | Description |
| --------------- | --------- | ------------------------------------------------------------------------- |
| enterDuration
| String
| Duration of the ease-linear
transition when content enters e.g. "200"
|
| leaveDuration
| String
| Duration of the ease-linear
transition when content leaves e.g. "200"
|
Slots
| Name | Description |
| --------- | ------------------------------------------- |
| default
| Dfault slot for content to be transitioned |