On this page

Interface ParseGeoJSONToKeyframesOptions

Options for parsing GeoJSON data into animation keyframes.

ParseGeoJSONToKeyframesOptions

interface ParseGeoJSONToKeyframesOptions {
    defaultEasing?: EasingFunctionName;
    ignoreFields?: string[];
    pathSmoothing?: false | { epsilon?: number; resolution: number };
}
Index

Properties

defaultEasing?: EasingFunctionName

The default easing function to apply to the animation.

ignoreFields?: string[]
pathSmoothing?: false | { epsilon?: number; resolution: number }

Configuration for path smoothing, or false to disable smoothing.

Was this helpful?
SDK JS
Reference
ParseGeoJSONToKeyframesOptions