Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update card height after transition is done
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed May 9, 2014
1 parent 9cd788e commit f3aad29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sampler-scaffold.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@

cardTransitionDone: function() {
this.$.card.classList.remove('transition');
if (this.sample) {
this.sample.updateFrameHeight();
}
},

togglePanel: function() {
Expand Down

0 comments on commit f3aad29

Please sign in to comment.