Added custom tab pages animations

This commit is contained in:
Stefan Zermatten
2017-01-27 15:34:09 +02:00
parent d710579025
commit 3530eefb2a
12 changed files with 185 additions and 43 deletions

View File

@@ -56,7 +56,8 @@ paper-icon-item::shadow #contentIcon {
bottom: 24px;
right: 24px;
/* stop the fab from flashing during animation */
transform: translateZ(0);
transform: scale(1) translateZ(0px);
z-index: 3;
}
paper-fab {