Package coil.request

Functions

animatedTransformation
Link copied to clipboard
@ExperimentalCoilApi()
fun Parameters.animatedTransformation(): AnimatedTransformation?
Get the AnimatedTransformation that will be applied to the result if it is an animated Drawable.
@ExperimentalCoilApi()
fun ImageRequest.Builder.animatedTransformation(animatedTransformation: AnimatedTransformation): ImageRequest.Builder
Set the AnimatedTransformation that will be applied to the result if it is an animated Drawable.
animationEndCallback
Link copied to clipboard
fun Parameters.animationEndCallback(): () -> Unit?
Get the callback to be invoked at the end of the animation if the result is an animated Drawable.
animationStartCallback
Link copied to clipboard
fun Parameters.animationStartCallback(): () -> Unit?
Get the callback to be invoked at the start of the animation if the result is an animated Drawable.
onAnimationEnd
Link copied to clipboard
fun ImageRequest.Builder.onAnimationEnd(callback: () -> Unit?): ImageRequest.Builder
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
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 Parameters.repeatCount(): Int?
Get the number of times to repeat the animation if the result is an animated Drawable.
fun ImageRequest.Builder.repeatCount(repeatCount: Int): ImageRequest.Builder
Set the number of times to repeat the animation if the result is an animated Drawable.