Tile scrolling / preloading (Google Maps style) of HTML layers with Ajax

主宰稳场 提交于 2019-12-03 16:13:09

Open layers - http://www.openlayers.org/ is an open source implementation of the Google maps component, which might be more than you need, but is a good place to start.

Oh, you will have so much fun doing this yourself, and sure will be no too much time consuming if you use jQuery, here is a brief of what you'll do...

Build you container/containing layout (use overflow:hidden to show only the desired size)

Then capture user actions with the mousedown and mouseup events.

Act accordingly based on the containing div position properties (use the "dimensions" plugin)

You might get your first working attempt within minutes.

Greetings

Zoomooz might be just what your looking for if its html elements that you want to navigate to in prezi style you dont have to use the zoom effect but its there anyway, although for best compatibility and performance I think you will need to use a webkit based browser...

http://jaukia.github.io/zoomooz/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!