diff --git a/docs/pages/page-transitions.html b/docs/pages/page-transitions.html index c860d3ca..f1077607 100755 --- a/docs/pages/page-transitions.html +++ b/docs/pages/page-transitions.html @@ -83,7 +83,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,000 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. By default, devices that lack 3D support will fallback to "fade" for all transition types. This behavior is 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.