at

abstract infix fun T.at(timeStamp: Measure<Time>): KeyFrameBlock.Frame<T>(source)

Specifies the frame for the animation at timeStamp.

Return

the frame

Parameters

timeStamp

for the total animation


abstract infix fun T.at(fraction: Float): KeyFrameBlock.Frame<T>(source)

Specifies the frame for the animation at fraction of the total animation time.

Return

the frame

Parameters

fraction

of the total animation time