运维小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

transition.wxml 260B

123456789
  1. <wxs src="../common/utils.wxs" module="_" />
  2. <view
  3. class="class {{prefix}}-class {{classPrefix}} {{ transitionClass }}"
  4. style="{{_._style([visible ? '' : 'display: none', style, customStyle])}}"
  5. bind:transitionend="onTransitionEnd"
  6. >
  7. <slot />
  8. </view>