UNPKG
vvpf
Version:
latest (1.0.0)
1.0.0
hls.js player component for Vue3
github.com
vvpf
/
lib
/
style
/
animate.less
8 lines
(6 loc)
•
135 B
text/less
View Raw
1
2
3
4
5
6
7
8
.rotating
{
animation
: rotating
2s
linear infinite; }
@keyframes
rotating{
100%
{-webkit-
transform
:
rotate
(
360deg
);} }