[Mobile] Added transistions

Transistions added, however still using
document.getElementById.
This commit is contained in:
Dave
2015-07-08 15:57:08 -07:00
parent 07ef4dfe8a
commit cdcaedc8dd
3 changed files with 19 additions and 5 deletions

View File

@@ -25,12 +25,14 @@
.holder-hide {
@include phoneandtablet {
@include transition-duration(.2s);
left: -150px;
}
}
.holder-show {
@include phoneandtablet {
@include transition-duration(.2s);
left: 0px;
}
}