我在Safari中测试CSS3 3D Transform,但我发现3D模型远非我所知.在查阅了Holy W3C文档之后,我发现CSS3中的所有转换规则都将被转换为转换矩阵,类似于SVG标准中使用的转换矩阵:http://www.w3.org/TR/SVG/coords.html#TranslationDefined 天哪,我不擅长数学.是否有人可以向我解释如何理解转换函数的行为,如rotateX,perspective等
我一般发现我不需要实际的转换矩阵来完成我所做的任何事情.请改用单个属性.我使用http://developer.apple.com/library/safari/#documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Transforms/Transforms.html作为文档.