好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

怎?停止css3属性animation,求助_html/css_WEB-ITnose

CSS3 动画 HTML

   	 	 Ball 	 		*{ margin: 0;padding: 0; }		.imgBox{			-webkit-transform: scale(3);			-webkit-animation-name : 'wobble';			-webkit-animation-duration : 1.5s;			-webkit-animation-timing-function : ease-in-out;			-webkit-animation-delay : 2s;			-webkit-animation-iteration-count : 1;			-webkit-animation-direction: normal;		}		@-webkit-keyframes 'wobble'{			from{				-webkit-transform: scale(3.0);			}			to{				-webkit-transform: scale(1);			}		}							.wrap{ width: 500px;height: 500px;overflow:hidden;margin: 0 auto; }	   

查看更多关于怎?停止css3属性animation,求助_html/css_WEB-ITnose的详细内容...

  阅读:33次