vc-popup-effect-tile-press

0.1.26 • Public • Published

vc-popup-effect-fold


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' }
  }
})

效果预览

License

MIT 一起来扣细节~

Package Sidebar

Install

npm i vc-popup-effect-tile-press

Weekly Downloads

1

Version

0.1.26

License

MIT

Unpacked Size

70.8 kB

Total Files

5

Last publish

Collaborators

  • deepkolos