Clean and re-organize post table refactoring (#1000)
* Clean and re-organize post table refactoring * Fix tests
This commit is contained in:
7
front/src/modules/ui/theme/constants/animation.ts
Normal file
7
front/src/modules/ui/theme/constants/animation.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export const animation = {
|
||||
duration: {
|
||||
instant: 0.075,
|
||||
fast: 0.15,
|
||||
normal: 0.3,
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user