UNPKG

v-show-slide

Version:

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

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