index.wxml 319 B

12345678
  1. <view
  2. wx:if="{{ inited }}"
  3. class="van-transition custom-class"
  4. style="-webkit-animation: van-{{ name }}-{{ type }} {{ duration }}ms both; animation: van-{{ name }}-{{ type }} {{ duration }}ms both; {{ display ? '' : 'display: none;' }} {{ customStyle }}"
  5. bind:animationend="onAnimationEnd"
  6. >
  7. <slot />
  8. </view>