Interface ParseGeoJSONToKeyframesOptions
interface ParseGeoJSONToKeyframesOptions {
defaultEasing?: EasingFunctionName;
ignoreFields?: string[];
pathSmoothing?: false | { epsilon?: number; resolution: number };
}
defaultEasing?: EasingFunctionName;
ignoreFields?: string[];
pathSmoothing?: false | { epsilon?: number; resolution: number };
}
Index
Properties
Was this helpful?
Options for parsing GeoJSON data into animation keyframes.
Interface
ParseGeoJSONToKeyframesOptions