css3动画抖动,CSS3 实现动画闪烁效果 animation
css3动画抖动,CSS3 实现动画闪烁效果 animation详细介绍
.outter {
height: 375px;
margin: 10px auto;
width: 500px;
}
.inner{
}
img:hover {
width:110%;
margin-left:-5%;
margin-top:-5%;
}
img{
width:100%;
transition:0.4s ease-in-out;
}