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
commit 9d7852b5c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
62 changed files with 5224 additions and 703 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;
}