UNPKG

v-show-slide

Version:

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

6 lines (5 loc) 146 B
import CustomEasing from './custom-easing.interface'; export default interface EasingOptions { builtIn: string[]; custom: CustomEasing; }