BBC beta 全景图与 jquery
刚刚查看了 BBC 的测试版主页 http://beta.bbc.co.uk/ 并认为全景看起来不错。
它将为视频网站制作一个有趣的主页。
有没有人见过类似的东西(开源)并且最好用 jQuery 构建?
如果没有,是否有关于如何最好地实现这一目标的指示,而无需一次加载所有图像(以减少加载时间),然后在渲染后加载它们,以便向左或向右滑动可以无延迟......?
Just been looking at the bbc's beta homepage http://beta.bbc.co.uk/
and thought the panorama looked decent.
It'd make an interesting home page for a video site.
Has anyone seen something similar (open source) and preferably built with jQuery?
If not, any pointers on how best to achieve this without loading all the images at once (to reduce load time) but then load them once rendered so that the slide left or right works without delay...?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它被称为轮播 - 有数百万种实现。只需谷歌搜索 jquery 轮播:
http://sorgalla.com/projects/jcarousel/examples/static_circular .html
http://www.pixelzdesign.com/blog_view.php?id=55
http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm
等等...
It's called carousel - there are million implementations out there for it. Just google for jquery carousel:
http://sorgalla.com/projects/jcarousel/examples/static_circular.html
http://www.pixelzdesign.com/blog_view.php?id=55
http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm
And so on...