build

open fun build(dataSource: DataSource, isFirstResource: Boolean): Transition<R>

Returns a new Transition for the given arguments. If isMemoryCache is true or isFirstImage is false, returns a NoTransition and otherwise returns a new ViewPropertyTransition for the ViewPropertyTransition.Animator provided in the constructor.