A class to collect motion-relevant data of a specific pane.

Summary

Public properties

IntOffset

The current placement of the pane that it should animate from, with the offset relative to the associated pane scaffold's local coordinates.

Cmn
IntSize

The current measured size of the pane that it should animate from.

Cmn
PaneMotion

The specified PaneMotion of the pane.

Cmn
IntOffset

The target placement of the pane that it should animate to, with the offset relative to the associated pane scaffold's local coordinates.

Cmn
IntSize

The target measured size of the pane that it should animate to.

Cmn

Public properties

currentPosition

val currentPositionIntOffset

The current placement of the pane that it should animate from, with the offset relative to the associated pane scaffold's local coordinates.

currentSize

val currentSizeIntSize

The current measured size of the pane that it should animate from.

motion

val motionPaneMotion

The specified PaneMotion of the pane.

targetPosition

val targetPositionIntOffset

The target placement of the pane that it should animate to, with the offset relative to the associated pane scaffold's local coordinates.

targetSize

val targetSizeIntSize

The target measured size of the pane that it should animate to.