reduced animation time on demo

This commit is contained in:
FezVrasta 2014-12-10 20:32:31 +01:00
parent be837ae226
commit baedd748db

View File

@ -102,7 +102,7 @@
.page.active {
transform: translateY(0px);
transition: all 0.6s ease-out;
transition: all 0.3s ease-out;
display: block;
opacity: 1;
}