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
|
// Clone the default config
|
||||||
const config = _.cloneDeep(this._defaultConfig);
|
const config = _.cloneDeep(this._defaultConfig);
|
||||||
|
|
||||||
// Don't reset the router animation
|
|
||||||
config.routerAnimation = this._configSubject.getValue().routerAnimation;
|
|
||||||
|
|
||||||
// Set the config
|
// Set the config
|
||||||
this._configSubject.next(config);
|
this._configSubject.next(config);
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,8 +59,7 @@
|
||||||
background: 'mat-fuse-dark-900-bg'
|
background: 'mat-fuse-dark-900-bg'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
customScrollbars: true,
|
customScrollbars: true
|
||||||
routerAnimation : 'none'
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user