diff --git a/source/css/_common/components/third-party/third-party.styl b/source/css/_common/components/third-party/third-party.styl index 84a4d82..324d9c5 100644 --- a/source/css/_common/components/third-party/third-party.styl +++ b/source/css/_common/components/third-party/third-party.styl @@ -7,6 +7,12 @@ @import 'math' if (hexo-config('math.mathjax.enable')); .use-motion .animated { + // Fix issue #48 #55 + animation-fill-mode: none; // Fix issue #46 .animated in .sidebar visibility: inherit; } + +.use-motion .sidebar .animated { + animation-fill-mode: both; +}