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.
value
- The value for this Keyframe. May be null.
Return
This Keyframe object (to allow for chaining of calls to setter methods).