Package coil. request
Functions
animatedTransformation
Link copied to clipboard
@ExperimentalCoilApi()
Content copied to clipboard
@ExperimentalCoilApi()
Content copied to clipboard
animationEndCallback
Link copied to clipboard
animationStartCallback
Link copied to clipboard
onAnimationEnd
Link copied to clipboard
fun ImageRequest.Builder.onAnimationEnd(callback: () -> Unit?): ImageRequest.Builder
Content copied to clipboard
Set the callback to be invoked at the end of the animation if the result is an animated Drawable.
onAnimationStart
Link copied to clipboard
fun ImageRequest.Builder.onAnimationStart(callback: () -> Unit?): ImageRequest.Builder
Content copied to clipboard
Set the callback to be invoked at the start of the animation if the result is an animated Drawable.
repeatCount
Link copied to clipboard
fun ImageRequest.Builder.repeatCount(repeatCount: Int): ImageRequest.Builder
Content copied to clipboard
Set the number of times to repeat the animation if the result is an animated Drawable.