dashboard
repositories
filestore
activity
search
login
Stockzhjys
/
Kucion
黎king
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
1
jhzh
2025-05-24
16422180051a487c9e9bfa04677b9fa3397e7c02
[Stockzhjys/Kucion.git]
/
wxcomponents
/
vant
/
transition
/
index.wxml
1
2
3
4
5
6
7
8
<view
wx:if="{{ inited }}"
class="van-transition custom-class {{ classes }}"
style="-webkit-transition-duration:{{ currentDuration }}ms; transition-duration:{{ currentDuration }}ms; {{ display ? '' : 'display: none;' }} {{ customStyle }}"
bind:transitionend="onTransitionEnd"
>
<slot />
</view>