getValueFromNanos

abstract fun getValueFromNanos(playTimeNanos: Long): T

Returns the value of the animation at the given play time.

Parameters

playTimeNanos

the play time that is used to determine the value of the animation.