-
Modernizr.csstransformss detects _________.
-
- Input Types
- Input Attributes
- CSS 2D transforms
- CSS 3D transforms
- None of these
Correct Option: C
Modernizr.csstransforms detects CSS 2D transforms introduced by HTML5. CSS 3D transform is detected by Modernizr.csstransforms3d. Input types are detected by Modernizr.inputtypes[type], Input Attributes is detected by Modernizr.input[attribute].