prezi

Prezi-like web interface. Flash or HTML5?

て烟熏妆下的殇ゞ 提交于 2020-01-02 08:22:15
问题 I would like to write a web interface that resembles Prezi.com in its user experience. What would be the best technology for that purpose? Project requirements: Fast implementation (it is a demo) - I'd appreciate a rough estimate Large amounts of data - dynamic content loading/unloading is required. My natural candidates are Flash and HTML5. Prezi.com is an alternative platform for presentations that uses single canvas zoom/pan/rotate controls instead of classic slide-by-slide interface. An

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

怎甘沉沦 提交于 2019-12-21 05:38:34
问题 I am looking to replicate the panning (not necessarily the zooming) effect of the Google Maps API, but without the images. Essentially, I want to position HTML elements in a large coordinate system and be able to navigate around them, Prezi style (though without the rotation). Preferably, I'd like to preload the elements dynamically through jQuery/AJAX, but if I have to load everything initially, I will. Any libraries out there that will allow me to do this? I could just code the thing myself

Prezi-like web interface. Flash or HTML5?

牧云@^-^@ 提交于 2019-12-06 02:37:20
I would like to write a web interface that resembles Prezi.com in its user experience. What would be the best technology for that purpose? Project requirements: Fast implementation (it is a demo) - I'd appreciate a rough estimate Large amounts of data - dynamic content loading/unloading is required. My natural candidates are Flash and HTML5. Prezi.com is an alternative platform for presentations that uses single canvas zoom/pan/rotate controls instead of classic slide-by-slide interface. An example is available here . Edit The visual part of my website needs to display multiple widgets (images

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

主宰稳场 提交于 2019-12-03 16:13:09
I am looking to replicate the panning (not necessarily the zooming) effect of the Google Maps API, but without the images. Essentially, I want to position HTML elements in a large coordinate system and be able to navigate around them, Prezi style (though without the rotation). Preferably, I'd like to preload the elements dynamically through jQuery/AJAX, but if I have to load everything initially, I will. Any libraries out there that will allow me to do this? I could just code the thing myself, but I can't imagine noone else has thought of something similar before. Can this be done with the