Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2014)

Unified Diff: ui/webui/resources/js/cr/ui/overlay.js

Issue 2535493002: Reduce webkit CSS prefixes in ui/ styles (Closed)
Patch Set: sort Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/js/cr/ui/overlay.js
diff --git a/ui/webui/resources/js/cr/ui/overlay.js b/ui/webui/resources/js/cr/ui/overlay.js
index c7b19e614a787b5ca1163c616757609e7558e7d1..1feacc04dd984006b21049ad051f25662f1c9635 100644
--- a/ui/webui/resources/js/cr/ui/overlay.js
+++ b/ui/webui/resources/js/cr/ui/overlay.js
@@ -127,7 +127,7 @@ cr.define('cr.ui.overlay', function() {
if (overlayPage)
overlayPage.classList.add('pulse');
});
- overlay.addEventListener('webkitAnimationEnd', function(e) {
+ overlay.addEventListener('animationend', function(e) {
e.target.classList.remove('pulse');
});
}

Powered by Google App Engine
This is Rietveld 408576698