我试图在css中设置动画图像,以便在悬停时缩放,旋转和改变不透明度。当所有子图像具有相同的样式时,我已经能够这样做:__future__
然而,当每个图像具有不同的旋转值时,动画不再起作用:http://plnkr.co/edit/Vwql2Dchi9kKaeBrtboC?p=info
// This code is to response to the requirement that plunker link needs association with code :s
答案 0 :(得分:1)
哦,我是傻瓜。我应该在样式的末尾加上:hover
标记,这样它就不会被:nth-of-type
标记覆盖。显然他们具有相同的特异性