码迷,mamicode.com
首页 > Web开发 > 详细

CSS3 滑过加过渡效果

时间:2020-05-15 15:39:21      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:position   width   ase   class   nbsp   css   pre   city   code   

.vogueHover {
  width: 100%;height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #001e50;
  z-index: 9999;
  opacity:0
}
.vogueHover:hover {
  transition: all .6s ease-in-out;opacity:1; 
}

 

CSS3 滑过加过渡效果

标签:position   width   ase   class   nbsp   css   pre   city   code   

原文地址:https://www.cnblogs.com/liubingyjui/p/12895062.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!