Chrome 54 broke transitions again

This commit is contained in:
Stefan Zermatten
2016-10-17 14:51:24 +02:00
parent e05561dcf9
commit c32a4879c7

View File

@@ -40,7 +40,7 @@ Style the background color of the dropdown with these selectors:
<link href="../../components/core-dropdown/core-dropdown.html" rel="import"> <link href="../../components/core-dropdown/core-dropdown.html" rel="import">
<link href="../../components/paper-shadow/paper-shadow.html" rel="import"> <link href="../../components/paper-shadow/paper-shadow.html" rel="import">
<link href="paper-dropdown-transition.html" rel="import"> <!--<link href="paper-dropdown-transition.html" rel="import">-->
<style shim-shadowdom> <style shim-shadowdom>
html /deep/ paper-dropdown { html /deep/ paper-dropdown {
@@ -102,7 +102,7 @@ Style the background color of the dropdown with these selectors:
Polymer({ Polymer({
publish: { //Chrome 52 breaks this publish: { //Chrome 52 breaks this
transition: 'paper-dropdown-transition' // transition: 'paper-dropdown-transition'
}, },
ready: function() { ready: function() {
this.super(); this.super();