Java Reference
In-Depth Information
KeyFrame { // darkness commences
time: duration.mul(0.41)
values: [
darkSky.opacity => 0.0,
blueSky.opacity => 1.0,
sunBurst.opacity => 0.0
]
},
KeyFrame { // Upper right SunBurst
time: duration.mul(0.44)
values: [
sunBurst.opacity => 1.0
tween Interpolator.EASEIN,
totality.opacity => 0.0
]
},
KeyFrame { // Totality
time: duration.mul(0.50)
values: [
darkSky.opacity => 1.0
tween Interpolator.EASEIN,
blueSky.opacity => 0.0
tween Interpolator.EASEOUT,
sunBurst.opacity => 0.0
tween Interpolator.EASEIN,
sunBurst.translateX => -40
tween Interpolator.DISCRETE,
sunBurst.translateY => 25
tween Interpolator.DISCRETE,
totality.opacity => 1.0
tween Interpolator.EASEIN,
]
},
KeyFrame { // lower left Sunburst
time: duration.mul(0.55)
values: [
sunBurst.opacity => 1.0
tween Interpolator.EASEIN
totality.opacity => 0.0
tween Interpolator.EASEOUT,
]
},
KeyFrame { // Daylight returns
time: duration.mul(0.61)
values: [
darkSky.opacity => 0.0
tween Interpolator.LINEAR,
continues
Search WWH ::




Custom Search