UNPKG

v-show-slide

Version:

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

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