css实现鼠标移入图片放大的动画过渡效果

放大的过程是有动画过渡的,过渡的时间能够自定义。 CSS3的transform:scale( )能够实现按比例放大或者缩小的效果。 代码以下: HTML:css <a class="newsList_pic" href="news-details.html"> <img class="" src="img/proList-1.png" alt="" /> </a> CSS:html .newsL
相关文章
相关标签/搜索