html渐变按钮,CSS按钮渐变动画

css

:root {

--font: 1rem/1.2 "helvetica", sans-serif;

--bg-hover: linear-gradient(

135deg,

#101ee7 0%,

#2654e9 20%,

#62d6fa 37%,

#fff 50%,

#fc35ca 66%,

#7559ff 72%,

#101ee7 100%

);

--btn-color: #2e175e;

}

/* formating */

main {

display: flex;

width: 100%;

height: 100vh;

align-items: center;

justify-content: center;

}

/* button */

.btn {

display: table;

text-align: center;

color: #ffffff;

text-decoration: none;

position: relative;

font: var(--font);

font-weight: bold;

padding: 22px 40px;

background-color: var(--btn-color);

overflow: hidden;

margin: 24px;

}

.--animated {

transition: all 1s;

}

.--animated span {

position: relative;

z-index: 9;

}

.--animated:after {

height: 100%;

width: 2000px;

transition: all 1s;

background: var(--bg-hover);

}

.--animated:before {

height: 26px;

width: 100%;

top: -50px;

z-index: 10;

opacity: 0;

background-color: rgba(255, 255, 255, 0.15);

}

.--animated:hover:before {

top: 0;

opacity: 1;

}

.--animated:hover:after {

left: -1750px;

}

.--animated:before,

a:after {

position: absolute;

top: 0;

left: 0;

z-index: 7;

display: block;

content: "";

}

.--animated:active:before {

height: 100%;

background-color: rgba(255, 255, 255, 0.8);

}

.--animated:active {

transform: scale(0.95);

transition: all 200ms;

}

body{background-color: #191919}

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值