🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

DeferredTransition

A Transition that supports a deferred phase, created via rememberDeferredTransition.

Source set: Common
public class DeferredTransition<S> internal constructor(transitionState: DeferredTransitionState<S>, label: String? = null) :
    Transition<S>(transitionState, null, label)

A Transition that supports a deferred phase, created via rememberDeferredTransition.

DeferredTransition extends the standard Transition to allow manual manipulation of transformation properties before the automatic transition begins. This is particularly useful for coordinating multi-stage animations like predictive back gestures.

Content updated: