animatedTransformation

@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.

Default: null

See also

@ExperimentalCoilApi()
fun Parameters.animatedTransformation(): AnimatedTransformation?

Get the AnimatedTransformation that will be applied to the result if it is an animated Drawable.