KeyValue
Overview
Defines a key value to be interpolated for a particular interval along the animation.
By default, Interpolator.LINEAR is used in the interval.
Users will not normally use this class directly. It is a runtime support class for the animation feature of the JavaFX compiler.
Profile: common
Variable Summary
| name | type | Default Value | description |
|---|---|---|---|
| target | KeyValueTarget | null |
Target variable holds the key value. |
| interpolate | Interpolator | Interpolator.LINEAR |
Interpolator to be used for calculating the key value along the particular interval. By default, Interpolator.LINEAR is used. |
| value | Function |
|
