mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-25 11:59:11 +00:00
6 lines
106 B
TypeScript
6 lines
106 B
TypeScript
export const transitions = {
|
|
in2in: 0.3,
|
|
out2in: 0.15,
|
|
in2out: 0.25,
|
|
actionable: 0.07,
|
|
};
|