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

Unified Diff: ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js

Issue 2692803003: Remove webkit prefixes for CSS Animation in ui/ styles (Closed)
Patch Set: rebase Created 3 years, 10 months 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/file_manager/file_manager/foreground/js/ui/progress_center_panel.js
diff --git a/ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js b/ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js
index 6d498d989998cd154077f0eebf2762ea5bcc1e7f..6bc88e628b3e5213db7e06afd797d507ef296385 100644
--- a/ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js
+++ b/ui/file_manager/file_manager/foreground/js/ui/progress_center_panel.js
@@ -260,7 +260,7 @@ function ProgressCenterPanel(element) {
// Register event handlers.
element.addEventListener('click', this.onClick_.bind(this));
element.addEventListener(
- 'webkitAnimationEnd', this.onToggleAnimationEnd_.bind(this));
+ 'animationend', this.onToggleAnimationEnd_.bind(this));
element.addEventListener(
ProgressCenterItemElement.PROGRESS_ANIMATION_END_EVENT,
this.onItemAnimationEnd_.bind(this));

Powered by Google App Engine
This is Rietveld 408576698