摘要: .active { animation-play-state: running; } .paused { animation-play-state: paused; } IOS低版本机型不支持animation-play-state 兼容写法: @supports not(animation-pla 阅读全文
posted @ 2021-05-19 15:45 青云码上 阅读(190) 评论(0) 推荐(0) 编辑