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.
See Also:
Interpolator, KeyValueTarget
Profile: common
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public-init | interpolate | Interpolator | ![]() | ![]() | Interpolator.LINEAR |
Interpolator to be used for calculating the key value along the particular interval. ![]() Interpolator to be used for calculating the key value along the particular interval. By default, Interpolator.LINEAR is used. Interpolator.LINEARProfile: common |
|
public-init | target | KeyValueTarget | ![]() | ![]() | null |
Target variable holds the key value. |
|
public-init | value | function():Object | ![]() | ![]() | null |
Target value |