Animation Smorgasbord (#15637)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
Kit Langton
2026-03-02 17:24:32 -05:00
committed by GitHub
parent 78069369e2
commit 9d7852b5c3
62 changed files with 5231 additions and 710 deletions

View File

@@ -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;
}