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

Unified Diff: chrome/browser/resources/bluetooth_internals/snackbar.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
Index: chrome/browser/resources/bluetooth_internals/snackbar.js
diff --git a/chrome/browser/resources/bluetooth_internals/snackbar.js b/chrome/browser/resources/bluetooth_internals/snackbar.js
index a13859ba4cf18397059c9f9a2c7d78633fa462a5..54db660f0556f363c2d14dd43551805b874861be 100644
--- a/chrome/browser/resources/bluetooth_internals/snackbar.js
+++ b/chrome/browser/resources/bluetooth_internals/snackbar.js
@@ -103,7 +103,7 @@ cr.define('snackbar', function() {
return Promise.resolve();
return new Promise(function(resolve) {
- listenOnce(this, 'webkitTransitionEnd', function() {
+ listenOnce(this, 'transitionend', function() {
this.dispatchEvent(new CustomEvent('dismissed'));
resolve();
}.bind(this));
« no previous file with comments | « chrome/browser/devtools/frontend/devtools_discovery_page.html ('k') | chrome/browser/resources/bookmark_manager/css/bmm.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698