update components

This commit is contained in:
Luke Pulverenti 2015-06-25 21:13:51 -04:00
parent c4dadd58bd
commit cee4794cd3
64 changed files with 1378 additions and 297 deletions

View file

@ -61,7 +61,8 @@ context. You should place this element as a child of `<body>` whenever possible.
opened: {
observer: '_openedChanged',
type: Boolean,
value: false
value: false,
notify: true
},
/**
@ -369,7 +370,7 @@ context. You should place this element as a child of `<body>` whenever possible.
this.style.display = '';
},
_finishPositioning: function(target) {
_finishPositioning: function() {
this.style.display = 'none';
this.style.transform = this.style.webkitTransform = '';
// force layout to avoid application of transform