TransformScope
-
Cmn
interface TransformScope
Scope for manually manipulating the visual transformation of content during the deferred phase of a DeferredTransition.
Summary
Public properties |
||
|---|---|---|
Float |
Manually controls the alpha value during the deferred phase. |
Cmn
|
IntOffset |
Manually controls the offset value during the deferred phase. |
Cmn
|
Float |
Manually controls the scale value during the deferred phase. |
Cmn
|
TransformOrigin |
Manually controls the pivot point for the scale transformation. |
Cmn
|
Color |
Manually controls the veil color during the deferred phase. |
Cmn
|
Public properties
transformOrigin
var transformOrigin: TransformOrigin
Manually controls the pivot point for the scale transformation.
veil
var veil: Color
Manually controls the veil color during the deferred phase.
A veil is a color overlay (similar to a scrim) that is drawn on top of the content to partially or fully obscure it. This is typically used to visually signal that the content is in a background or non-interactive state during a transition.