wp的磁贴按压效果
> yarn add vc-popup-effect-fold || npm i vc-popup-effect-fold || cnpm i vc-popup-effect-fold --by=yarn
import Vue from 'vue'
import tilePress from 'vc-popup-effect-fold'
// 这里名字可以随意
Vue.use(tilePress)
this.centerMenu = new this.$popup.CenterMenu({
animation: {
in: { effect: 'tilePress' },
out: { effect: 'tilePress' }
}
})
MIT 一起来扣细节~