UNPKG
vue3-video-play3
Version:
latest (1.3.2)
1.3.2
hls.js player component for Vue3
github.com/yinluobing/vue3-video-play3
yinluobing/vue3-video-play3
vue3-video-play3
/
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
);} }