mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 20:15:07 +00:00
Config types
This commit is contained in:
parent
232b4de752
commit
1b94d8d14e
|
@ -18,5 +18,5 @@ export interface FuseConfig
|
|||
mode: 'fullwidth' | 'boxed'
|
||||
};
|
||||
customScrollbars: boolean;
|
||||
routerAnimation: string;
|
||||
routerAnimation: 'fadeIn' | 'slideUp' | 'slideDown' | 'slideRight' | 'slideLeft' | 'none';
|
||||
}
|
||||
|
|
|
@ -27,5 +27,5 @@ export const fuseConfig: FuseConfig = {
|
|||
mode : 'fullwidth'
|
||||
},
|
||||
customScrollbars: true,
|
||||
routerAnimation : 'fadeIn' // fadeIn, slideUp, slideDown, slideRight, slideLeft, none
|
||||
routerAnimation : 'fadeIn'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user