Closed ryzzn closed 4 years ago
Thanks for opening this issue, maintainers will get back to you as soon as possible!
Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.
可以试试设置:
motion:
enable: true
async: true
可以试试设置:
motion: enable: true async: true
嗯,谢谢。async以后效果好很多了(sidebar和body里面的文章可以一起加载了),不过貌似文章的标题和内容还是同步加载的(等标题都动画完了以后再加载内容)。
非常感谢,前端小白表示自己搞定了。
motion:
enable: true
async: true
transition:
post_header: none
post_body: none
.use-motion .post-header, .use-motion .post-body
visibility: inherit
我遇到了类似的问题, 但是我的问题是, 通过链接进入的页面显示正常, 但是站内链接跳转后只显示header与footer,
使用Network看到文章已经加载完成, artical的高度也是正确的, 但是所有文章中所有内容都是visibility: hidden
非常感谢,前端小白表示自己搞定了。
- 关闭header和body的动画
- 将header和body的visibility改成inherit
motion: enable: true async: true transition: post_header: none post_body: none
.use-motion .post-header, .use-motion .post-body visibility: inherit
我使用这个方法解决了问题, 还是请作者修复一下
我遇到了类似的问题, 但是我的问题是, 通过链接进入的页面显示正常, 但是站内链接跳转后只显示header与footer,
使用Network看到文章已经加载完成, artical的高度也是正确的, 但是所有文章中所有内容都是visibility: hidden
非常感谢,前端小白表示自己搞定了。
- 关闭header和body的动画
- 将header和body的visibility改成inherit
motion: enable: true async: true transition: post_header: none post_body: none
.use-motion .post-header, .use-motion .post-body visibility: inherit
我使用这个方法解决了问题, 还是请作者修复一下
这个似乎与pjax的版本有关系, 我关闭了CDN中的pjax地址, 使用npm安装了pjax, 问题就解决了
CDN 地址不用单独设置,最新版默认会用 jsdelivr
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs.
Please follow this Issue template to provide relevant information, such as source code repository, website URL and screenshots, which will help us investigate. 请按照此 Issue 模版提供相关信息,例如源码仓库、网站链接和屏幕截图,这将有助于我们进行调查。
Issue Checklist
Expected behavior
页面加载速度正常。
在这个版本上是正常的:8.0.0-rc.4 后续的npm hexo-theme-next的几个版本尝试了下都不行,包括8.0.0, 8.0.1, 8.0.2。
Actual behavior
相同的配置文件,在8.0.0以后的版本渲染会慢很多,正常的渲染是整体一拨的,但是在8.0.0以后的某个版本以后渲染首页的时候是一个标题一个标题渲染,然后在具体内容。整个过程大概需要三四秒钟。
Steps to reproduce the behavior
Environment Information
Node.js and NPM Information
Package dependencies Information
Hexo Configuration
NexT Configuration
Other Information