jQuery.fn.glowTransition
Smoothly transitions an element into another, resizing the first to match the second and blending the second's contents over the first.
Usage
$('SOURCE SELECTOR').glowTransition('TARGET SELECTOR', options)
where 'source selector' contains the element(s) which will be transitioned out, 'target selector' contains the elements which will be transitioned in, and the optional options
object supports the following:
Options
-
duration
: animation duration in milliseconds- default: 200
-
type
: type of blend to perform: fade, slideUp, slideDown, slideLeft, slideRight- default: 'fade'
complete
: callback to perform on completion-
resize
: whether or not transition a includes resize from the first to second.- default: true