.load-container
{
border-radius
:
50%
;
animation
:
pulse
10s
cubic-bezier(0.42, 0, 0.83, 1.17)
;
}
.fragment
{
width
:
10vh
;
height
:
10vh
;
border-radius
:
50%
;
background-color
:
gray
;
animation
:
fragmentation
10s
cubic-bezier(0.42, 0, 0.83, 1.17)
;
}