提交初始版本,使用vant ui库
This commit is contained in:
10
miniprogram_npm/@vant/weapp/transition/index.wxml
Normal file
10
miniprogram_npm/@vant/weapp/transition/index.wxml
Normal file
@@ -0,0 +1,10 @@
|
||||
<wxs src="./index.wxs" module="computed" />
|
||||
|
||||
<view
|
||||
wx:if="{{ inited }}"
|
||||
class="van-transition custom-class {{ classes }}"
|
||||
style="{{ computed.rootStyle({ currentDuration, display, customStyle }) }}"
|
||||
bind:transitionend="onTransitionEnd"
|
||||
>
|
||||
<slot />
|
||||
</view>
|
Reference in New Issue
Block a user