mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Fixed #99 with requestAnimationFrame polyfill
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
alert: function(message) {
|
||||
var _this = this;
|
||||
|
||||
window.requestAnimationFrame(function() {
|
||||
window.rAF(function() {
|
||||
_this.setTitle(message);
|
||||
_this.el.classList.add('active');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user