mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
9 lines
272 B
Plaintext
9 lines
272 B
Plaintext
<view
|
|
wx:if="{{ inited }}"
|
|
class="van-transition custom-class"
|
|
style="animation-name: van-{{ name }}-{{ type }}; animation-duration: {{ duration }}ms; {{ display ? '' : 'display: none;' }} {{ customStyle }}"
|
|
bind:animationend="onAnimationEnd"
|
|
>
|
|
<slot />
|
|
</view>
|