BoundsTransform defines the animation spec used to animate from initial bounds to the target bounds.

Summary

Public functions

FiniteAnimationSpec<Rect>
transform(initialBounds: Rect, targetBounds: Rect)

Returns a FiniteAnimationSpec for animating the bounds from initialBounds to targetBounds.

Cmn

Public functions

transform

fun transform(initialBounds: Rect, targetBounds: Rect): FiniteAnimationSpec<Rect>

Returns a FiniteAnimationSpec for animating the bounds from initialBounds to targetBounds.