From 03ec02b9fa248951b0b5d03cbdc4c6e960ccd9c3 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Fri, 19 Apr 2013 11:26:34 -0400 Subject: [PATCH] shapes fix Former-commit-id: 3276ede18b0146c7109ed06d9830fba19a6dd4da Former-commit-id: 866149c7b01533e4cc6a399843bad4937aeda21c --- docs/shape.html | 58 +++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/docs/shape.html b/docs/shape.html index 914e85c08..f4bbc8fca 100755 --- a/docs/shape.html +++ b/docs/shape.html @@ -4,9 +4,9 @@ Shape Examples - + @@ -22,20 +22,19 @@ + - - -
- + +
+
-
-

Shape

-

Shape is a plugin for 3D transitioning elements.

- +
+
+

Shape

+

Shape is a plugin for 3D transitioning elements.

+
+
+
+ +
+
  • Examples
  • +
  • Usage
  • +
  • Settings
  • +

    Shapes makes creating 3D tweens easier by taking care of the dirty business of calculating translations based on content sizing, which can be a confusing, frustrating task.

    The module uses 3D transformations which are currently only supported in modern versions of Chrome, Safari, and Firefox.

    Shapes is written using the semantic module specification. Semantic is a standard pattern for writing Javascript modules which intends to make understanding new code less confusing, and debugging errors less frustrating, by making coding decisions less arbitrary and more semantic.