I've seen this "The Scale of the Universe 2" and I just want to know if this can be done with javascript or jQuery or with HTML5 Canvas.
If you click an item (example the "Human") , an info will pop out beside it.
I searched for 3 days here if someone has a similar question. But I only saw Google Map like behavior where you can zoom in on the map cursor position.
Actually I want to make a "Timeline" like effect or, like the "Time Machine" Recovery on Mac OS X.
- Fixed position of zoom. Not like a google map zoom, that you can pan and zoom anywhere.
- Can I put (example "The human") images and text on a div?
- Are there available articles/tutorials about this?
Options:
- Javascript
- jQuery
- HTML5 Canvas and CSS3 Transform and scrolling it to Z-axis so you can zoom in/out.
- Flash/Flex (Well I don't want to use lots of resources on CPU because I need it in a large resolution or in full screen.
<canvas>. If you need to use existing images and text, use HTML.) This precludes using "lots of divs" as you mention in a comment on an answer. You'll need to create them on demand as needed. – millimoose Sep 8 '12 at 19:10