mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 04:25:08 +00:00
Removed router animations since they are causing problems on Edge and also they make Fuse feel slower
This commit is contained in:
parent
8db1206c91
commit
58ab766edf
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -59,8 +59,7 @@
|
|||
background: 'mat-fuse-dark-900-bg'
|
||||
}
|
||||
},
|
||||
customScrollbars: true,
|
||||
routerAnimation : 'none'
|
||||
customScrollbars: true
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user