我的flex容器:
.back_pattern {
display: flex;
display: -ms-flexbox;
-ms-flex-pack: center;
flex-direction: column;
align-content: center;
justify-content: center;
min-height: 100vh;
width: 100%;
}
Run Code Online (Sandbox Code Playgroud)
在其他浏览器上一切正常.
ie11:http://take.ms/68dHo ;
chrome:http://take.ms/JhcEH有
什么问题?
首先元素具有属性animation-play-state: paused
,然后脚本修改为属性animation-play-state: running
.所有浏览器都处理该任务,但Safari 11不会启动动画.
有什么问题?我该如何解决这个任务?