spin speed
This commit is contained in:
parent
2d05185a39
commit
f0fc8740cb
|
@ -61,13 +61,13 @@
|
||||||
if hexo-config('style.animated_avatar.animate') == 'always'
|
if hexo-config('style.animated_avatar.animate') == 'always'
|
||||||
div.bg
|
div.bg
|
||||||
opacity: 1 !important
|
opacity: 1 !important
|
||||||
animation: spin infinite 1s
|
animation: spin infinite 4s
|
||||||
animation-timing-function: linear
|
animation-timing-function: linear
|
||||||
if hexo-config('style.animated_avatar.animate') == 'auto'
|
if hexo-config('style.animated_avatar.animate') == 'auto'
|
||||||
&:hover
|
&:hover
|
||||||
div.bg
|
div.bg
|
||||||
opacity: 1 !important
|
opacity: 1 !important
|
||||||
animation: spin infinite 1s
|
animation: spin infinite 4s
|
||||||
animation-timing-function: linear
|
animation-timing-function: linear
|
||||||
|
|
||||||
a.title
|
a.title
|
||||||
|
|
Loading…
Reference in New Issue