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