kyrie / com.github.alexjlockwood.kyrie / Keyframe / value

value

var value: T?

Gets the value for this Keyframe.

Return
The value for this Keyframe.

fun value(value: T?): Keyframe<T>

Sets the value for this Keyframe.

Parameters

value - The value for this Keyframe. May be null.

Return
This Keyframe object (to allow for chaining of calls to setter methods).