Skip to content

Commit 3b5b2b7

Browse files
author
Gabriel Schulhof
committed
[popup] Opening transition is no longer interruptible - but neither are iOS 5.1.1 transitions blinky
1 parent f40b5a6 commit 3b5b2b7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

js/widgets/popup.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,6 @@ define( [ "jquery",
385385
return { x: x, y: y };
386386
},
387387

388-
_openPrereqContainer: function() {
389-
this._applyTransition( "none" );
390-
this._ui.container.removeClass( "in" );
391-
},
392-
393388
_openPrereqsComplete: function() {
394389
this._isOpen = true;
395390
this._ui.container.attr( "tabindex", "0" ).focus();
@@ -409,7 +404,7 @@ define( [ "jquery",
409404
// 2. The screen opacity animation completes (screen())
410405
this._createPrereqs(
411406
$.noop,
412-
$.proxy( this, "_openPrereqContainer" ),
407+
$.noop,
413408
$.proxy( this, "_openPrereqsComplete" ) );
414409

415410
if ( transition ) {

0 commit comments

Comments
 (0)