UNPKG

v-show-slide

Version:

Vue.js directive for animating element to and from height: auto in a sliding motion

7 lines (5 loc) 198 B
import CustomEasing from './custom-easing.interface' export default interface PluginOptions { builtIn?: 'linear' | 'ease' | 'ease-in' | 'ease-out' | 'ease-in-out' customEasing?: CustomEasing }