系统城装机大师 - 固镇县祥瑞电脑科技销售部宣传站!

当前位置:首页 > 网络编程 > CSS/HTML > 详细页面

css实现鼠标放上去时图片过渡转换动画效果

时间:2020-10-11来源:www.pcxitongcheng.com作者:电脑系统城

在这里插入图片描述

代码

?
1
2
3
4
<div class="test">
            <div></div>
            <div></div>
        </div>


?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.test{
        width: 200px;
        height: 200px;
        margin-top: 200px;
        margin-left: 300px;
        overflow: hidden;
        background-color: red;
    }
    .test div{
        width: 100%;
        height: 100%;
        transition: 500ms;
    }
    .test div:last-child{
        background-color: green;
    }
    .test:hover div{
        transform: translateY(-100%);
    }

到此这篇关于css实现鼠标放上去时图片过渡转换动画效果的文章就介绍到这了,更多相关css图片过渡转换动画内容请搜索脚本之家以前的文章或继续浏览下面的相关文章,希望大家以后多多支持脚本之家!

分享到:

相关信息

系统教程栏目

栏目热门教程

人气教程排行

站长推荐

热门系统下载