Minimum Browser Support:
CSS3 Transforms
52.89%
Percentage of users who can view this feature (source: caniuse.com)
Uses CSS Transforms and animation to create an animated model of the solar system.
Leverages CSS Transforms to provide a hardware accelerated stacked card interface.
if(Modernizr.csstransforms) {
//CSS Transforms are supported
}
if(Modernizr.csstransforms3d) {
//CSS 3D transforms are supported
}Learn more about detecting feature support with Modernizr.