mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-19 18:42:34 +00:00
Reset animation-fill-mode
* See: https://github.com/next-theme/hexo-theme-next/issues/48 * See: https://github.com/next-theme/hexo-theme-next/issues/55
This commit is contained in:
parent
e9addc90ca
commit
582ce74e93
@ -7,6 +7,12 @@
|
|||||||
@import 'math' if (hexo-config('math.mathjax.enable'));
|
@import 'math' if (hexo-config('math.mathjax.enable'));
|
||||||
|
|
||||||
.use-motion .animated {
|
.use-motion .animated {
|
||||||
|
// Fix issue #48 #55
|
||||||
|
animation-fill-mode: none;
|
||||||
// Fix issue #46 .animated in .sidebar
|
// Fix issue #46 .animated in .sidebar
|
||||||
visibility: inherit;
|
visibility: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.use-motion .sidebar .animated {
|
||||||
|
animation-fill-mode: both;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user