Added easings

This commit is contained in:
booploops 2021-11-25 09:59:19 -08:00
parent 8bb6d81802
commit 8d1fdb2fc0
3 changed files with 23 additions and 1 deletions

View file

@ -1,3 +1,8 @@
:root {
--appleEase: cubic-bezier(.42, 0, .58, 1);
--appleTransition: .2s var(--appleEase);
}
/* Simple CSS framework for Apple Music Electron */
.md-labeltext {