<view class="wux-class {{ animateCss }}" bindtap="onTap" bindtransitionend="onTransitionEnd" bindanimationend="onAnimationEnd" wx:if="{{ animateStatus !== 'unmounted' }}" style="{{ wrapStyle }}" catch:touchmove="onDoNothing">
    <slot></slot>
</view>
