Do all browsers that support CSS3 transforms also support all transform functions?
问题 I haven't found a case in which a browser supports one CSS3 transform function and not another, but I haven't been able to find confirmation that all browsers in relatively common use follow this pattern. For example, if a browser supports transform: scale() , is it safe to assume it also supports transform: rotate() ? (This question applies to all prefixed versions too, ie. if -webkit-transform: scale() is supported, is -webkit-transform: rotate() guaranteed to work?) Another way to phrase