-
-
Notifications
You must be signed in to change notification settings - Fork 509
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
【官方】收集你期待的特色功能 #42
Comments
建议增加图片延迟加载功能,这样多屏滑动的时候就不需要一次性全部加载所需要的图片。只需提前预加载一两屏即可,后面的根据需要再不断的lazy load。 |
fullpage里的元素可以在手机上滑动吗? 现在手指滑动不了,是不是被禁用了? |
@imruxin 这个功能用接口很容易自己实现的 |
@lemonred 可以啊 |
啊看到啦~~我之前没看源码 |
有个document.on(touchmove) preventDefault了 感觉可以绑定在我需要fullpage的元素上~~ |
@lemonred 感谢反馈 |
@yanhaijing 对,自己实现不难,不过如果有直接现成的那么就省得自己在动手了。哈哈~ |
@lemonred 是的,添加这个主要是因为某些手机,滑动的时候有特效,所以必须阻止touchmove,这个绑定但需要的元素即可,这个后序准备做成可配置的 |
@imruxin 这个我没打算做到实现里面,这个我后续准备做个demo,你觉得如何? |
@yanhaijing 有个demo也挺好的啊,至少也告诉了使用者怎么在这个插件上快速扩展延迟加载,然后有需要的自己添加实现。 |
大声说出你期待的功能,我都将为你一一实现o(∩_∩)o 哈哈
The text was updated successfully, but these errors were encountered: