Vue 3 Smooth Fade
Vue 3 plugin for smooth hiding and showing content
Demo
Installation
npm i vue-smooth-fade
Usage
Inside vue components use:
Props
Attribute | Type | Default | Description |
---|---|---|---|
duration | Number | 700 | show and hide duration |
easing | String | ease-in-out |
easing |
overflow | Boolean | false |
Set overflow:hidden to parent element |