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.