小程序
小游戏
企业微信
微信支付
扫描小程序码分享
这个动画怎么写?点击后分身一个一样的表情,往上移动慢慢消失
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
<view class="v">
<image src="/img/1.png" class="imga" />
</view>
.v {
background: #142641;
width: 238px;
height: 127px;
position: fixed;
bottom: 400px;
left: 1px;
}
.imga {
width:40px;
height: 40px;
animation: gt 3s infinite linear;
@keyframes gt {
0% {
margin-top: 90px;
opacity: 1;
100% {
margin-top: 5px;
opacity: 0;
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
你好,为了保持社区良好的氛围,请勿重复发帖,此贴先隐藏,感谢配合。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
<view class="v">
<image src="/img/1.png" class="imga" />
</view>
.v {
background: #142641;
width: 238px;
height: 127px;
position: fixed;
bottom: 400px;
left: 1px;
}
.imga {
width:40px;
height: 40px;
animation: gt 3s infinite linear;
}
@keyframes gt {
0% {
margin-top: 90px;
opacity: 1;
}
100% {
margin-top: 5px;
opacity: 0;
}
}
你好,为了保持社区良好的氛围,请勿重复发帖,此贴先隐藏,感谢配合。