fix project-menu blink

stable
Juanfran 2014-08-20 13:43:04 +02:00
parent 76d2d4da56
commit 1b6924c520
2 changed files with 6 additions and 3 deletions

View File

@ -120,6 +120,7 @@ ProjectsNavigationDirective = ($rootscope, animationFrame, $timeout, tgLoader, $
$(document.body)
.removeClass("loading-project open-projects-nav")
.addClass("closed-projects-nav")
tgLoader.disablePreventLoading()
), timeout

View File

@ -15,10 +15,12 @@ body {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
width: 100%;
&.closed-projects-nav {
.projects-nav {
@include transform(translate3d(-300px, 0, 0));
@include transition (transform 1s ease);
}
}
.master {
@include transition (transform 1s ease);
&.ng-animate {