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

CSS延迟hover显示时间

时间:2020-12-14 13:01:14      阅读:6      评论:0      收藏:0      [点我收藏+]

标签:nbsp   utf-8   body   html   延迟   bsp   ack   显示   meta   

<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<style>
    div{
        transition: 0s background-color;
    }
    div:hover{
        background-color:red;    
        transition-delay:3s;
    }
</style>
<div>延迟hover显示时间(鼠标悬停此处,3秒后显示红色背景)</div>
</body>
</html>

 

CSS延迟hover显示时间

标签:nbsp   utf-8   body   html   延迟   bsp   ack   显示   meta   

原文地址:https://www.cnblogs.com/fujie818/p/14100807.html

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