Merge pull request #706 from hcatlin/master

Documentation Tweak
This commit is contained in:
Scott Davis 2012-02-08 08:36:09 -08:00
commit c81af69c69

View File

@ -2,14 +2,14 @@
// @doc off // @doc off
// Note ---------------------------------------------------------------------- // Note ----------------------------------------------------------------------
// Safari is the only browser that currently supports 3D transforms. // Safari, Chrome, and Firefox all support 3D transforms. However,
// Because of that it can be important to control whether a given 2D transform // only in the most recent builds. You should also provide fallback 2d support for
// uses the full range of experimental browser prefixes, or only the 3D list. // Opera and IE. IE10 is slated to have 3d enabled, but is currently unreleased.
// To make that easy, all 2D transforms include an browser-targeting toggle ($only3d) // To make that easy, all 2D transforms include an browser-targeting toggle ($only3d)
// to switch between the two support lists. The toggle defaults to 'false' (2D), // to switch between the two support lists. The toggle defaults to 'false' (2D),
// and also accepts 'true' (3D). Currently the lists are as follows: // and also accepts 'true' (3D). Currently the lists are as follows:
// 2D: Mozilla, Webkit, Opera, Official // 2D: Mozilla, Webkit, Opera, Official
// 3D: Webkit, Official **(Only Safari Supports 3D perspective)** // 3D: Webkit, Firefox.
// Available Transforms ------------------------------------------------------ // Available Transforms ------------------------------------------------------
// - Scale (2d and 3d) // - Scale (2d and 3d)