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

Unified Diff: ui/login/bubble.js

Issue 2691883002: Uprefix CSS transitions in ui/ and chrome/ styles (Closed)
Patch Set: transitions only 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
« no previous file with comments | « ui/login/bubble.css ('k') | ui/login/display_manager.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/login/bubble.js
diff --git a/ui/login/bubble.js b/ui/login/bubble.js
index 66d75185c06437191086cb095658c4f6fad03fa6..ff8d91a3220c0626d4062eca5eddf3759cf0d978 100644
--- a/ui/login/bubble.js
+++ b/ui/login/bubble.js
@@ -68,7 +68,7 @@ cr.define('cr.ui', function() {
this.ownerDocument.addEventListener('keydown',
this.docKeyDownHandler_);
window.addEventListener('blur', this.handleWindowBlur_.bind(this));
- this.addEventListener('webkitTransitionEnd',
+ this.addEventListener('transitionend',
this.handleTransitionEnd_.bind(this));
// Guard timer for 200ms + epsilon.
ensureTransitionEndEvent(this, 250);
« no previous file with comments | « ui/login/bubble.css ('k') | ui/login/display_manager.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698