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