.face-load div{
width
:
6px
;
height
:
30px
;
background
:
#fff
;
margin-right
:
2px
}
@keyframes face-load {
0%
,
100%
{
transform
: scaley(
1
);
opacity
:
1
}
50%
{
transform
: scaley(.
4
);
opacity
:
0.1
}
}
.face-load>div:nth-child(
1
) {
animation
: face-load
1
s -.
4
s
infinite
cubic-bezier(.
2
,.
68
,.
18
,
1.08
)
}
.face-load>div:nth-child(
2
) {
animation
: face-load
1
s -.
3
s
infinite
cubic-bezier(.
2
,.
68
,.
18
,
1.08
)
}
.face-load>div:nth-child(
3
) {
animation
: face-load
1
s -.
2
s
infinite
cubic-bezier(.
2
,.
68
,.
18
,
1.08
)
}
.face-load>div:nth-child(
4
) {
animation
: face-load
1
s -.
1
s
infinite
cubic-bezier(.
2
,.
68
,.
18
,
1.08
)
}
.face-load>div {
animation-fill-mode
:
both
}