aboutsummaryrefslogtreecommitdiff
path: root/src/styles/motion.css
blob: 28de2180eebb5281372e9c3b50f35a2d02da31e6 (plain) (blame)
1
2
3
4
5
6
7
:root {
	--ease-out-quart: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-in-out-quart: cubic-bezier(0.76, 0, 0.24, 1);
	--duration-fast: 0.15s;
	--duration-base: 0.24s;
	--duration-slow: 0.4s;
}