Smooth Zoom Animations with jQuery and CSS3
- Published
- about 1 year ago
- by
- with
- 0 Comments
jQuery.growShrink is a new open-source jQuery plugin by our resident jQuery ninja, Twoixter. We use it in our client interface to provide super-smooth zooming animations.
It adds two simple functions to jQuery elements: growFrom to grow an element, and its counterpart shrinkTo to shrink it back with style.
Head over to our GitHub repository to get the code or check out Twoixter's blog post for some cool examples.