CSS3 transition problem on iOS devices
问题 I'm trying out some webkit transitions on a site and have come across a problem on iOS devices. I have six images being given a random rotation every second. The transition works fine for five out of the six images but for some reason when using the iPad or the iPhone the sixth image disappears during the transition. You can view the example HERE. CSS: .b1_needle { width: 100%; height: 100%; z-index: 1; -webkit-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: -webkit