NoTransition
A simple Transition that performs no actions.
Parameters
<R>
the resource type that will be transitioned into a .
Types
Link copied to clipboard
A factory that always returns the same NoTransition.
Functions
Link copied to clipboard
Returns an instance of NoTransition.
Link copied to clipboard
Returns an instance of a factory that produces NoTransitions.
Link copied to clipboard
open fun transition(current: Any, adapter: Transition.ViewAdapter): Boolean
Content copied to clipboard
Performs no animation and always returns
false
.