Added easings
This commit is contained in:
parent
8bb6d81802
commit
8d1fdb2fc0
3 changed files with 23 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue