diff --git a/docs/button.html b/docs/button.html index 2d198aa3a..ebe03147e 100755 --- a/docs/button.html +++ b/docs/button.html @@ -4,7 +4,6 @@ UI Button - Semantic - diff --git a/docs/module.html b/docs/module.html index 891453de7..ea20e1f95 100755 --- a/docs/module.html +++ b/docs/module.html @@ -4,7 +4,6 @@ Semantic Modules - diff --git a/docs/shape.html b/docs/shape.html index 40b6d2174..e6142e1f9 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.