KVADRANT UI api reference demo

KvadrantFlipTile

tiles

a live tile turning over on its own — the interval is jittered, as the phone's was

dark
light

mounted as flip-tile

why it looks like this

A tile that turns over between two faces.

The interval is ours and says so. Microsoft never specified the flip timing and deliberately never let applications control it — the platform used a random interval with a five-deep FIFO queue. So intervalMillis is this project's invention, and the ±25 % jitter matters more than the number: a grid of tiles flipping in lockstep is the tell of every reimplementation.

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