Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 750 Bytes

transforms.md

File metadata and controls

9 lines (7 loc) · 750 Bytes

feature: transforms status: use tags: fallback prefixes kind: css polyfillurls: Transformie, CSSSandpaper

If your transforms destroy the readability of your site on browsers that do not support them, use Modernizr's no-csstransforms class to adjust the design so that the text remains readable. In the unlikely event of you needing a polyfill for unsupported browsers, use Transformie or CSSSandpaper.

If you need full support, you will need to include some prefixes: -webkit- for Safari and -ms- for IE9.