mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-08-12 06:00:23 +02:00
refactors: animations cleanup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
export const MOTION_EASE_OUT: [number, number, number, number] = [
|
||||
0.23, 1, 0.32, 1,
|
||||
];
|
||||
|
||||
export const MOTION_SPRING_POSITION = {
|
||||
type: "spring" as const,
|
||||
stiffness: 500,
|
||||
damping: 30,
|
||||
mass: 0.5,
|
||||
};
|
||||
Reference in New Issue
Block a user