mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
Testing better transition
This commit is contained in:
parent
60f782893a
commit
a46c92eb0c
@ -123,10 +123,12 @@
|
|||||||
transform: rotateZ(-90deg);
|
transform: rotateZ(-90deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.callout-content > * {
|
.callout-content {
|
||||||
|
& > * {
|
||||||
transition:
|
transition:
|
||||||
height 0.1s cubic-bezier(0.02, 0.01, 0.47, 1),
|
height 0.1s cubic-bezier(0.02, 0.01, 0.47, 1),
|
||||||
margin 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
|
margin 0.1s cubic-bezier(0.02, 0.01, 0.47, 1),
|
||||||
|
padding 0.1s cubic-bezier(0.02, 0.01, 0.47, 1);
|
||||||
overflow-y: clip;
|
overflow-y: clip;
|
||||||
height: 0;
|
height: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -134,6 +136,10 @@
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
& > :first-child {
|
||||||
|
margin-top: -1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user