<text> 测试小程序 animation 向下的箭头 </text> <View class="amin" > ↓ </View> .amin { position: relative; text-align: center; font-size: 50rpx; animation: animFn 1s infinite; } @keyframes animFn { 0% { bottom: 0; } 50% { bottom: -20rpx; } 100% { bottom: 0; } }
微信小程序 向下跳动箭头
最新推荐文章于 2024-01-21 17:26:40 发布