mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
better comment
This commit is contained in:
parent
a3e776297e
commit
9bfa7d2de1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
function outInTransitionHandler( name, reverse, $to, $from ) {
|
||||
|
||||
// first, override name if there's no 3D transform support and a fallback is defined
|
||||
// override name if there's no 3D transform support and a fallback is defined, or if not, to "none"
|
||||
if( name && !$.support.cssTransform3d ){
|
||||
name = $.mobile.transitionFallbacks[ name ] || "none";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue