spin speed

This commit is contained in:
xaoxuu 2022-05-28 01:03:30 +08:00
parent 2d05185a39
commit f0fc8740cb
1 changed files with 2 additions and 2 deletions

View File

@ -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