jquery - How to scale all contents of a DIV by a certain percentage? -
i want sort of zoom-in/zoom-out effect, animating dimensions of contents (text, images, divs, etc) of div percentage.
how can this? similar this: http://www.google.com/intl/en-us/+/demo/
that website uses maps api custom tiles. can @ maps api , same. not zooming text, btw. tiles divs , images. reach end of animation, new set of images brought in replace old depending on zoom level.
you can use jquery animate() scale elements. can use canvas @babak mentioned, don't know if want go far, need know more of requirements.
Comments
Post a Comment