aboutsummaryrefslogtreecommitdiff
path: root/src/styles/motion.css
blob: 9e0f42573bf882181dbfba308bafedbf29d87d50 (plain) (blame)
1
2
3
4
5
6
: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-slow: 0.4s;
}