Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
comment out core-elements/metadata; set translateZ(0) on designer to
Browse files Browse the repository at this point in the history
avoid flashing when toggling checkbox
  • Loading branch information
frankiefu committed Apr 1, 2014
1 parent b1f8092 commit 0d118ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions designer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
font-family: 'Helvetica Neue', Helvetica, Roboto, Arial;
overflow: hidden;
}
x-designer {
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
</style>

</head>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<body>
<script>
var metadata = [
'components/core-elements/metadata.html',
/* 'components/core-elements/metadata.html', */
'components/paper-elements/metadata.html',
'components/polymer-elements/metadata.html',
'components/polymer-ui-elements/metadata.html',
Expand Down

0 comments on commit 0d118ef

Please sign in to comment.