mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-03-09 19:12:03 +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…
x
Reference in New Issue
Block a user