KVADRANT UI api reference demo

KvadrantSwivel

motion

the dialog's arrival: a rotation about the horizontal axis

dark
light

mounted as swivel

why it looks like this

A page tipping away from you around its top edge.

Forward: in from -45° over 350 ms, out to +90° over 250 ms — and that exit is the one place exponentialIn(15) appears outside the ToggleSwitch, which is why it snaps. Going back is gentler: out to +60° on an exponential-in(6).

Read it: kvadrant-core/src/commonMain/kotlin/io/github/youndie/kvadrant/components/KvadrantTransitions.kt · the full signature and every parameter