mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 14:20:59 +00:00
removed code to set css3transitionhandler as the default
This commit is contained in:
parent
0bfacce751
commit
b820de1afc
1 changed files with 0 additions and 5 deletions
|
|
@ -94,11 +94,6 @@ function css3TransitionHandler( name, reverse, $to, $from ) {
|
|||
// Make our transition handler public.
|
||||
$.mobile.css3TransitionHandler = css3TransitionHandler;
|
||||
|
||||
// If the default transition handler is the 'none' handler, replace it with our handler.
|
||||
if ( $.mobile.defaultTransitionHandler === $.mobile.noneTransitionHandler ) {
|
||||
$.mobile.defaultTransitionHandler = css3TransitionHandler;
|
||||
}
|
||||
|
||||
})( jQuery, this );
|
||||
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue