CSS3 animation: Not loading in Safari
问题 the following animation doesn't even load in Safari browser (but works nicely in Chrome, Mozilla, IE, Opera) http://codepen.io/anon/pen/utdIK Any idea how to fix it? This problem looks similar, but it didn't fit to my problem. CSS3 animation not working in safari HTML: <div id="spinner-2"> <div class="slices bar"> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> <div></div> </div> </div> <div class="maskWheel"></div> </div> CSS: #spinner-2 { width: 45px;