hexo-theme-next
Version:
Elegant and powerful theme for Hexo.
17 lines (14 loc) • 302 B
text/stylus
@import 'disqusjs';
@import 'gitalk';
@import 'utterances';
@import 'search';
@import 'math';
.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;
}