documentation for new transform api

This commit is contained in:
Eric Meyer 2010-11-09 00:59:26 -07:00 committed by Chris Eppstein
parent 996eb1e8d1
commit 48e6438fe6
2 changed files with 19 additions and 2 deletions

View File

@ -0,0 +1,15 @@
---
title: Compass Transform (v2)
crumb: Transform (v2)
framework: compass
stylesheet: compass/css3/_transform-v2.scss
meta_description: Specify the 2D transformation for all browsers.
layout: core
classnames:
- reference
- core
- css3
---
- render 'reference' do
%p
Provides mixins for CSS3 2D and 3D transforms. See <a href="http://www.w3.org/TR/css3-2d-transforms/">W3C: CSS 2D transforms</a> and See <a href="http://www.w3.org/TR/css3-3d-transforms/">W3C: CSS 3D transforms</a>.

View File

@ -1,10 +1,11 @@
---
title: Compass Transform
crumb: Transform
crumb: Transform (Deprecated)
framework: compass
stylesheet: compass/css3/_transform.scss
meta_description: Specify the 2D transformation for all browsers.
layout: core
deprecated: true
classnames:
- reference
- core
@ -12,4 +13,5 @@ classnames:
---
- render 'reference' do
%p
Provides mixins for CSS3 transforms. See <a href="http://www.w3.org/TR/css3-2d-transforms/">W3C: CSS 2D transforms</a>.
This import is deprecated. Please import
<a href="/docs/reference/compass/css3/transform_v2/">transform_v2</a> instead.