Skip to content

FlipState

const FlipState: object

Defined in: core/src/options.ts:27

What the book is doing right now.

readonly flipping: "flipping" = "flipping"

A flip animation is running.

readonly foldCorner: "fold_corner" = "fold_corner"

A corner is lifted because the pointer hovers over it.

readonly read: "read" = "read"

Nothing in motion.

readonly userFold: "user_fold" = "user_fold"

The user is dragging a corner.