mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #1917 from schmoofer/master
fix(modal): eliminate flicker when using fade-in/out animation style
This commit is contained in:
2
js/angular/service/modal.js
vendored
2
js/angular/service/modal.js
vendored
@@ -194,7 +194,7 @@ function($rootScope, $ionicBody, $compile, $timeout, $ionicPlatform, $ionicTempl
|
||||
return $timeout(function(){
|
||||
$ionicBody.removeClass(self.viewType + '-open');
|
||||
self.el.classList.add('hide');
|
||||
}, self.hideDelay || 500);
|
||||
}, self.hideDelay || 320);
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user