CSS3 introduced fancy features like transformations, translations, rotations and scaling. jQuery has a very nice built in $(selector).animate() function which allows for easy setup of these animations ...
/* Start the animation in the paused state and fill at both ends so we can inspect values from both keyframes. */ // Different browsers generate interpolated colors differently, so check multiple ...