Skip to content

Commit 97cc95d

Browse files
depeeleScott Jehl
authored andcommitted
Allow 'none' as a transition value.
1 parent 6e62cb9 commit 97cc95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@
360360
}
361361
}
362362

363-
if(transition){
363+
if(transition && (transition !== 'none')){
364364
$pageContainer.addClass('ui-mobile-viewport-transitioning');
365365
// animate in / out
366366
from.addClass( transition + " out " + ( back ? "reverse" : "" ) );

0 commit comments

Comments
 (0)