@@ -16,6 +16,7 @@ class SideMenuCtrl {
grafanaVersion: any;
appSubUrl: string;
+ /** @ngInject */
constructor(private $scope, private $location, private contextSrv, private backendSrv) {
this.isSignedIn = contextSrv.isSignedIn;
this.user = contextSrv.user;
@@ -24,7 +24,7 @@
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
- transition: all 0.3s;
+ transition: all 0.2s;
}