Index: polymer_0.5.0/bower_components/core-transition/core-transition-css.html |
diff --git a/bower_components/core-transition/core-transition-css.html b/polymer_0.5.0/bower_components/core-transition/core-transition-css.html |
similarity index 99% |
rename from bower_components/core-transition/core-transition-css.html |
rename to polymer_0.5.0/bower_components/core-transition/core-transition-css.html |
index fd8d2fcfe1c9efed8b68e7db00e54bff41788913..b7bb5469aeef2558d745259ac0779800a9506003 100644 |
--- a/bower_components/core-transition/core-transition-css.html |
+++ b/polymer_0.5.0/bower_components/core-transition/core-transition-css.html |
@@ -111,7 +111,7 @@ Available transitions |
<script> |
Polymer('core-transition-css', { |
- |
+ |
/** |
* The class that will be applied to all animated nodes. |
* |
@@ -199,7 +199,6 @@ Available transitions |
transitionOpened: function(node, opened) { |
this.listenOnce(node, this.completeEventName, function() { |
- node.classList.toggle(this.revealedClass, opened); |
if (!opened) { |
node.classList.remove(this.closedClass); |
} |