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

Commit

Permalink
add animate class for tallMode
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 19, 2014
1 parent 60be1fe commit 57e89aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core-header-panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@
if (tallMode[this.mode]) {
header.classList.toggle(this.tallClass, atTop);
}

header.classList.toggle('animate', tallMode[this.mode]);
}
}

Expand Down

0 comments on commit 57e89aa

Please sign in to comment.