SunshineLnsMinApp/templeteDist/wuxDist/animation-group/index.wxml
New file @@ -0,0 +1,3 @@ <view class="wux-class {{ wrapCls }} {{ animateCss }}" bindtap="onTap" catchtouchmove="{{ disableScroll ? 'noop' : '' }}" bindtransitionend="onTransitionEnd" bindanimationend="onAnimationEnd" wx:if="{{ animateStatus !== 'unmounted' }}" style="{{ extStyle }}"> <slot></slot> </view>