at

open infix override fun T.at(@IntRange(from = 0) timeStamp: Int): KeyframesSpec.KeyframeEntity<T>

Adds a keyframe so that animation value will be this at time: timeStamp. For example: 0.8f at 150 // ms

Return

an KeyframeEntity so a custom com.jakewharton.mosaic.animation.Easing can be added by with method.

Parameters

timeStamp

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