Skip to Content
API ReferenceImplicitAnimationSnapshot

ImplicitAnimationSnapshot

live An immutable snapshot of the current interpolated values produced by ImplicitAnimation on each animation tick. Use Get inside the builder delegate to read the current animated value for a given key.

Methods

Get“1

Returns the current interpolated value for the animated property identified by .

ParameterDescription
keyThe key provided when the AnimatedValue was created.

Returns: The current interpolated value.

Last updated on