GeoOrientationKeyframe constructor
- GeoOrientation value,
- Duration duration
Constructs a GeoOrientationKeyframe from the value and offset.
-
valueGeoOrientation keyframe value. -
durationRelative animation duration for reaching the keyframe value. Negative duration value gets clamped to 0.
Implementation
factory GeoOrientationKeyframe(GeoOrientation value, Duration duration) => $prototype.create(value, duration);