mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-16 13:44:44 +00:00
Animation Smorgasbord (#15637)
Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
@@ -48,9 +48,9 @@
|
||||
transition:
|
||||
opacity 200ms ease-out,
|
||||
box-shadow 100ms ease-in-out,
|
||||
width 200ms ease-out,
|
||||
height 200ms ease-out,
|
||||
transform 200ms ease-out;
|
||||
width 200ms cubic-bezier(0.22, 1.2, 0.36, 1),
|
||||
height 200ms cubic-bezier(0.22, 1.2, 0.36, 1),
|
||||
transform 300ms cubic-bezier(0.22, 1.2, 0.36, 1);
|
||||
will-change: transform;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user