at

open infix fun T.at(@IntRange(from = 0) timeStamp: Int): E

Adds a keyframe so that animation value will be this at time: timeStamp. For example:

Return

an instance of E so a custom com.jakewharton.mosaic.animation.Easing can be added by the using method.

Parameters

timeStamp

The time in the during when animation should reach value: this, with a minimum value of 0.