diff --git a/docs/pages/page-transitions.html b/docs/pages/page-transitions.html index 297f41c8..2abaf8d1 100755 --- a/docs/pages/page-transitions.html +++ b/docs/pages/page-transitions.html @@ -42,7 +42,7 @@ -
NOTE: To view all transition types, you must be on a browser that supports 3D transforms and be viewing on a screen width of 1,000 pixels or less. By default, devices that lack 3D support will fallback to "fade" for all transition types. Above 1,00 pixels, all transitions are set to "none". These behaviors are all configurable (see below).
+NOTE: To view all transition types, you must be on a browser that supports 3D transforms and be viewing on a screen width of 1,000 pixels or less. By default, devices that lack 3D support will fallback to "fade" for all transition types. Above 1,000 pixels, all transitions are set to "none". These behaviors are all configurable (see below).
Transitions were originally inspired by jQtouch They've since been rebuilt, but props to David Kaneda and Jonathan Stark for the initial guidance.