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

Unified Diff: third_party/polymer/components/neon-animation/animations/opaque-animation.html

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 6 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: third_party/polymer/components/neon-animation/animations/opaque-animation.html
diff --git a/third_party/polymer/components/neon-animation/animations/opaque-animation.html b/third_party/polymer/components/neon-animation/animations/opaque-animation.html
index f5b60a451458dfeeb1f7abcb947c64143f8390cd..e3a007258c98f65db382646ff1b6103a204d75bf 100644
--- a/third_party/polymer/components/neon-animation/animations/opaque-animation.html
+++ b/third_party/polymer/components/neon-animation/animations/opaque-animation.html
@@ -29,11 +29,11 @@ webkit/safari from drawing a frame before an animation for elements that animate
configure: function(config) {
var node = config.node;
- node.style.opacity = '0';
this._effect = new KeyframeEffect(node, [
{'opacity': '1'},
{'opacity': '1'}
], this.timingFromConfig(config));
+ node.style.opacity = '0';
return this._effect;
},

Powered by Google App Engine
This is Rietveld 408576698