9 lines
319 B
Plaintext

<view
wx:if="{{ inited }}"
class="van-transition custom-class"
style="-webkit-animation: van-{{ name }}-{{ type }} {{ duration }}ms both; animation: van-{{ name }}-{{ type }} {{ duration }}ms both; {{ display ? '' : 'display: none;' }} {{ customStyle }}"
bind:animationend="onAnimationEnd"
>
<slot />
</view>