mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-20 11:24:05 -06:00
use new transition curve for all callout transitions
This commit is contained in:
parent
4ff08de9ec
commit
e282cbf551
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
& > .callout-content {
|
& > .callout-content {
|
||||||
display: grid;
|
display: grid;
|
||||||
transition: grid-template-rows 0.3s ease;
|
transition: grid-template-rows 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
& > :first-child {
|
& > :first-child {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user