Source set: Common
@ExperimentalDeferredTransitionApi
public interface TransformScope
Scope for manually manipulating the visual transformation of content during the deferred phase of a DeferredTransition.
Properties
alpha
Source set: Common
public var alpha: Float
Manually controls the alpha value during the deferred phase.
scale
Source set: Common
public var scale: Float
Manually controls the scale value during the deferred phase.
transformOrigin
Source set: Common
public var transformOrigin: TransformOrigin
Manually controls the pivot point for the scale transformation.
offset
Source set: Common
public var offset: IntOffset
Manually controls the offset value during the deferred phase.
veil
Source set: Common
public var veil: Color
Manually controls the veil color during the deferred phase.