Modified transition curve

This commit is contained in:
CommanderRedYT
2020-11-17 03:18:51 +01:00
parent 1997c1d979
commit 5b1f8e5f6f

View File

@@ -7,9 +7,9 @@
}
body {
transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}
nav {
transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
transition: background 0.4s cubic-bezier(.86,0,.07,1), color 0.4s cubic-bezier(.86,0,.07,1);
}