From f0fc8740cb2f43a3dab3db5d703154f080cd07fb Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Sat, 28 May 2022 01:03:30 +0800 Subject: [PATCH] spin speed --- source/css/_layout/sidebar/sidebar.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/css/_layout/sidebar/sidebar.styl b/source/css/_layout/sidebar/sidebar.styl index dc6194f..b635ff6 100644 --- a/source/css/_layout/sidebar/sidebar.styl +++ b/source/css/_layout/sidebar/sidebar.styl @@ -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