UNPKG
vue3-video-play
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.1-beta.6
1.3.1-beta.5
1.3.1-beta.4
1.3.1-beta.3
1.3.1-beta.2
1.3.1-beta.1
1.3.0-rc.4
1.3.0-rc.3
1.3.0-rc.2
1.3.0-rc.1
1.2.52
1.2.51
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
hls.js player component for Vue3
codelife.cc/vue3-video-play/
xdlumia/vue3-video-play
vue3-video-play
/
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
);} }