animation - How to get this effect in jQuery? -


often in games, if characters pics coin or special thing, item enlarged fill whole screen, , shrink. it's enlarged "from" picked or clicked, , shrinks again point.

i can right using slow approach of:

  1. creating div image enlarged
  2. use settimeout gradually change size of image

but hoping there better way make more slick?


Comments

Popular posts from this blog

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -