-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
第 7 点:在这种情况下,自动滚屏功能未能正常工作 #7
Comments
再补充一个例子,仍然是最后的图片无法自动显示: npcs:
- id: ma
name: 小马老师
avatar: http://img.teamkn.com/i/uK49MJ9E.png@100w_100h_1e_1c.png
- id: qu
name: 问号同学
avatar: http://img.teamkn.com/i/D01dg9Lj.png@100w_100h_1e_1c.png
scripts:
# 第十三,教程收尾工作
- npc: ma
sentences:
- text: 可以用来操纵搜索引擎的使用技巧有很多,我们今天只讲了最基础的。
speed: 20
linebreak: false
delay: 400
- text: 如果前面讲到的搜索技巧大家都已理解,并亲自操作过一遍,就算入门了。
speed: 20
delay: 800
- npc: qu
sentences:
- text: 到这里就要结束了吗?可我还想多学两招哪!
linebreak: false
speed: 20
clear: false
- npc: ma
sentences:
- text: 没问题啊,早就猜到问号同学是不会满足于入门水平的!
speed: 20
linebreak: false
delay: 800
- text: 请访问下面这个网址,以便了解更多的搜索技巧。
speed: 20
linebreak: false
delay: 800
- text: 从谷歌搜获更多
speed: 20
link: http://s.4ye.me/qEDN38
style:
font-size: 120%
font-weight: bold
delay: 800
- image: http://img.teamkn.com/i/jwsiE9Ls.png@500w.png
clear: false |
这个问题已经修改了 |
如果同时加载多张图片,且同时会滚屏向上查看内容时,可能会有跳的问题。这个问题在 #9 中应该能彻底解决。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
脚本最末尾的图片,因为自动滚屏功能未能正常工作,没有自动显示出来。
测试用显示模式:Chrome 移动端模拟器 Nexus 5 以及 Nexus 7
重现脚本如下:
The text was updated successfully, but these errors were encountered: