Detecting CSS transitions support using JavaScript
Monday, February 8th, 2010Progressive enhancement is one of the cornerstones of good web design: You build a solid foundation that supports a broad range of different browsers, and then add features either as you detect support for them or in a way that doesn't interfere with less capable browsers. One of the awesome new ...

