css+伪类+加载动画,如何为CSS伪类制作动画

您能告诉我如何为伪类设置动画吗:after和:before,所以第一个出现是:after和then:before。我正在尝试使用动画延迟,但是它并不能按我的意愿工作。

代码:

.front {

transform-style: preserve-3d;

width: 108px;

height: 100px;

background: blue;

position: absolute;

left: 180px;

top: 160px;

margin: 4px 0 0 12px;

cursor: pointer;

}

.front:before {

content: "";

position: absolute;

top: 15px;

bottom: 0;

left: 18px;

right: 0;

z-index: 2;

background: url("https://appspowerplaymanager.vshcdn.net/images/biathlonmania/events/akropolis/lucky-pick/bg-lucky-pick-cancel-before.png") left top no-repeat;

animation: crossHeight 0.5s;

// animation-delay: 1s;

}

.front:after {

content: "";

position: absolute;

top: 15px;

bottom: 0;

left: 18px;

right: 0;

z-index: 2;

background: url("https://appspowerplaymanager.vshcdn.net/images/biathlonmania/events/akropolis/lucky-pick/bg-lucky-pick-cancel-after.png") left top no-repeat;

animation: crossHeight 0.5s;

//animation-delay: 2s;

}

@keyframes crossHeight {

@for $x from 1 through 100 {

#{$x * 1%} {

height: ($x) * 1%;

}

}

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值