KvadrantSwivel

fun KvadrantSwivel(visible: Boolean, modifier: Modifier = Modifier, backward: Boolean = false, content: @Composable () -> Unit)

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).