uniapp中使用animated 通过手机点击触发动画效果
点击某个按钮触发animated动画<view class="flex align-center justify-center rounded bg-main text-white animated" hover-class="jello"style="width: 90rpx; height: 50rpx;">关注</view>操...
·
点击某个按钮触发animated动画
<view class="flex align-center justify-center rounded bg-main text-white animated" hover-class="jello" style="width: 90rpx; height: 50rpx;">
关注
</view>
操作就是添加再class中添加animated 使用hover-class="jello"
更多推荐




所有评论(0)