css文字下划线动画

复制代码
<!DOCTYPE html>
<html>

    <head>

        <style>
            .title span {
                background: linear-gradient(to right, #ec6b5f, #61c554) no-repeat;
                background-size: 0 2px;
                background-position: right bottom;
                transition: background-size 1s;
            }
            
            .title:hover span {
                background-size: 100% 2px;
                background-position: left bottom;
                cursor: pointer;
            }
        </style>
    </head>

    <body>
        <h2 class="title">
            <span>
                Springer Nature advances discovery by publishing trusted research, supporting the development of new ideas and championing open science.
                Springer Nature advances discovery by publishing trusted research, supporting the development of new ideas and championing open science.
            </span>
        </h2>
    </body>

</html>
复制代码

 

posted @   图图小淘气_real  阅读(8)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
点击右上角即可分享
微信分享提示