jQuery highlight effect using only CSS transitions. Only 688 bytes minified!
Depends on jQuery
Flash a yellow highlight on a SPAN.
$('#booyah').highlight();
Flash a red highlight on all DIVs with a certain class.
$("div.stopsign").highlight({'color' : 'red'})