UNPKG
vue3-video-players
Version:
latest (1.3.3)
1.3.3
hls.js player component for Vue3
codelife.cc/vue3-video-play/
xdlumia/vue3-video-play
vue3-video-players
/
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
);} }