美文网首页
uniapp中使用animated 通过手机点击触发动画效果

uniapp中使用animated 通过手机点击触发动画效果

作者: 前端Tree | 来源:发表于2020-03-15 17:47 被阅读0次

点击某个按钮触发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"

相关文章

网友评论

      本文标题:uniapp中使用animated 通过手机点击触发动画效果

      本文链接:https://www.haomeiwen.com/subject/yljuehtx.html