Removed router animations since they are causing problems on Edge and also they make Fuse feel slower

This commit is contained in:
Sercan Yemen 2018-06-15 16:37:19 +03:00
parent 8db1206c91
commit 58ab766edf
2 changed files with 1 additions and 5 deletions

View File

@ -101,9 +101,6 @@ export class FuseConfigService
// Clone the default config
const config = _.cloneDeep(this._defaultConfig);
// Don't reset the router animation
config.routerAnimation = this._configSubject.getValue().routerAnimation;
// Set the config
this._configSubject.next(config);
}

View File

@ -59,8 +59,7 @@
background: 'mat-fuse-dark-900-bg'
}
},
customScrollbars: true,
routerAnimation : 'none'
customScrollbars: true
});
}