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

Unified Diff: chrome/browser/resources/uber/uber.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 | « chrome/browser/resources/uber/uber.css ('k') | chrome/browser/resources/uber/uber_frame.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber.js
diff --git a/chrome/browser/resources/uber/uber.js b/chrome/browser/resources/uber/uber.js
index 6879a492e4ed5dd88f780dac22554628bad51dba..d247f79461660ab9db14759ecba71f6a7b210d34 100644
--- a/chrome/browser/resources/uber/uber.js
+++ b/chrome/browser/resources/uber/uber.js
@@ -459,7 +459,7 @@ cr.define('uber', function() {
container.hidden = true;
container.setAttribute('aria-hidden', 'true');
}
- container.addEventListener('webkitTransitionEnd', function(event) {
+ container.addEventListener('transitionend', function(event) {
if (!event.target.classList.contains('selected'))
event.target.hidden = true;
});
« no previous file with comments | « chrome/browser/resources/uber/uber.css ('k') | chrome/browser/resources/uber/uber_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698