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

Summary

Public properties

PaneMotion

The specified PaneMotion of the pane.

Cmn
IntOffset

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

Cmn
IntSize

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

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

motion

val motionPaneMotion

The specified PaneMotion of the pane.

originPosition

val originPositionIntOffset

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

originSize

val originSizeIntSize

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

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.