Skip to content
This repository has been archived by the owner on Jul 23, 2021. It is now read-only.

Commit

Permalink
Prime demo tooltip with will-change
Browse files Browse the repository at this point in the history
Fixes #14
  • Loading branch information
Tyriar committed Sep 17, 2016
1 parent 049247e commit 1fa1934
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ <h2>Custom handler #2</h2>
font-size: 1.4em;
padding: 1em .5em;
transition: bottom cubic-bezier(.73,0,.27,1) .3s;
will-change: transform;

// Layer hack to force the tooltip on to another layer
-webkit-transform: translateZ(0);
Expand Down

0 comments on commit 1fa1934

Please sign in to comment.