Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. zoom in effect doesn't smooth jquery
  2. dv_image_2
  3.     .animate({opacity: 1}, 1000)
  4.     .animate({
  5.         width:'+=70px',
  6.         height:'+=70px',
  7.         top: '-=40px',
  8.         left: '-=40px'
  9.     }, 5000, 'linear');