Features

<html class="no-js>

Gets Replaced with below at runtime:
						
<html class="js flexboxlegacy canvas canvastext webgl no-touch geolocation rgba backgroundsize borderimage borderradius boxshadow textshadow cssanimations csstransforms csstransitions fontface audio svg inlinesvg smil svgclippaths" lang="en">

Usage in JS:
<script>
	var animationsSupported = Modernizr.cssanimations;
</script>
				

When to use Modernizr?