🐞 fix: Animate team-grid bio on close and subsequent opens
This commit is contained in:
Vendored
+1
@@ -5863,6 +5863,7 @@ a.contact-info__value:hover {
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 0fr;
|
grid-template-rows: 0fr;
|
||||||
transition: grid-template-rows 300ms ease;
|
transition: grid-template-rows 300ms ease;
|
||||||
|
transition-behavior: allow-discrete;
|
||||||
}
|
}
|
||||||
.team-grid__details[open] {
|
.team-grid__details[open] {
|
||||||
.team-grid__bio-wrap {
|
.team-grid__bio-wrap {
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 0fr;
|
grid-template-rows: 0fr;
|
||||||
transition: grid-template-rows 300ms ease;
|
transition: grid-template-rows 300ms ease;
|
||||||
|
transition-behavior: allow-discrete;
|
||||||
}
|
}
|
||||||
|
|
||||||
.team-grid__details[open] {
|
.team-grid__details[open] {
|
||||||
|
|||||||
Reference in New Issue
Block a user