Migrated the Feature page to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-20 15:45:18 +02:00
parent 4261776d8c
commit 33ca60c2e6
20 changed files with 613 additions and 234 deletions

View File

@@ -6,7 +6,7 @@
bottom: 0;
left: 0;
visibility: visible;
transition: visibility 0s;
transition: visibility 0s linear;
}
.dialog-stack.hide {
@@ -15,8 +15,9 @@
}
.dialog-stack .backdrop {
background: rgba(0,0,0,0.4);
opacity: 1;
background: #000;
transform: translateZ(0);
opacity: 0.4;
transition: opacity 400ms linear;
}