🐛 Fixed #158 Rollback animate style to old version.

This commit is contained in:
elkan1788
2025-01-30 11:32:22 +08:00
parent d738b144b3
commit 3bffe42e3e
14 changed files with 46 additions and 39 deletions

View File

@@ -95,10 +95,10 @@ NexT.motion.middleWares = {
});
}
animate(postblock, '.post-block,.flinks-block, .pagination, .post-comments');
animate(postblock, '.post-block, .flinks-block, .pagination, .post-comments');
animate(collheader, '.collection-header');
animate(postheader, '.post-header');
animate(postbody, '.post-body');
animate(postheader, '.post-header, .flinks-header');
animate(postbody, '.post-body, .flinks-body');
return sequence;
},