html - Have you give a lottery scratch effect in css3? -
html - Have you give a lottery scratch effect in css3? -
i need help seek run in css3 animation features demo view.
demo view!!
example source
http://jsfiddle.net/cyh123123/myndwln0/embedded/result/
<iframe width="100%" height="300" src="http://jsfiddle.net/cyh123123/myndwln0/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
try http://jsfiddle.net/myndwln0/2/
it's hard added lot of these divs , works on hover can alter cursor can create 'block's smaller improve view
so covers image added css
.block{ background-color:green; width:80px; height:48px; position:relative; float:left; z-index:10; transition:0s 100s; } .block:hover{ transition:0s; z-index:-10; } html css css3 animation css-animations
Comments
Post a Comment