[Mobile] Added transistions
Transistions added, however still using document.getElementById.
This commit is contained in:
@@ -25,12 +25,14 @@
|
||||
|
||||
.holder-hide {
|
||||
@include phoneandtablet {
|
||||
@include transition-duration(.2s);
|
||||
left: -150px;
|
||||
}
|
||||
}
|
||||
|
||||
.holder-show {
|
||||
@include phoneandtablet {
|
||||
@include transition-duration(.2s);
|
||||
left: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user