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