From c51477732715a01800363043cf7271160151d1d5 Mon Sep 17 00:00:00 2001 From: toddparker Date: Wed, 11 Jan 2012 22:14:28 -0500 Subject: [PATCH] Removed blurb about shutting off transitions over 1,000 pixels --- docs/pages/page-transitions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.