GeoOrientationKeyframe constructor

GeoOrientationKeyframe(
  1. GeoOrientation value,
  2. Duration duration
)

Constructs a GeoOrientationKeyframe from the value and offset.

  • value GeoOrientation keyframe value.

  • duration Relative 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);