页面上下滑动,或者切换页面class时会导致一些元素闪动,有时会导致不停闪动(一闪一闪亮晶晶)
bug视频:https://cs.imvico.com/bug2.mp4
代码片段:https://developers.weixin.qq.com/s/XMESW3mg7u77
.packageclickitemborder {
width: 120rpx;
height: 120rpx;
position: absolute;
top: 50%;
left: 50%;
margin: -60rpx;
background: linear-gradient(to right, #fff, #d0a86e);
animation: rotate 1s linear 0s infinite;
}
为什么要加动画?