ViewPropertyAnimationFactory
A TransitionFactory that produces ViewPropertyAnimations.
Parameters
<R>
The type of the resource that will be transitioned into a view.
Constructors
Link copied to clipboard
open fun ViewPropertyAnimationFactory(animator: ViewPropertyTransition.Animator)
Content copied to clipboard
Functions
Link copied to clipboard
open fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>
Content copied to clipboard
Returns a new Transition for the given arguments.