@metagl/sdk-plotting 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +267 -86
- package/lacdt.plotting.d.ts +2 -2
- package/lacdt.plotting.js +1 -1
- package/package.json +1 -1
- package/types/Models/AnimationConfig.d.ts +1 -1
package/package.json
CHANGED
|
@@ -23,7 +23,7 @@ import { AutoRotationAnimation } from '../PlottingTool/Animation/Items/AutoRotat
|
|
|
23
23
|
import { ZoomToFlyAnimation } from '../PlottingTool/Animation/Items/ZoomToFlyAnimation';
|
|
24
24
|
import { PolygonMaskAnimation } from '../PlottingTool/Animation/Items/PolygonMaskAnimation';
|
|
25
25
|
export declare class AnimationConfig {
|
|
26
|
-
static animationRegister: (typeof SingleAnimation | typeof
|
|
26
|
+
static animationRegister: (typeof SingleAnimation | typeof StateChangeAnimation | typeof CssNumberAnimation | typeof CssPropChangeAnimation | typeof SubtitleAnimation | typeof CameraSetAnimation | typeof GeojsonVisibleAnimation | typeof PopulationTimeAnimation | typeof CssMaskAnimation | typeof PathAnimation | typeof CameraRoamAnimation | typeof PageShowAnimation | typeof GxModelAnimation | typeof PathShowAnimation | typeof FollowAnimation | typeof SurroundAnimation | typeof SpiralAnimation | typeof ArrowDirectAnimation | typeof VideoAnimation | typeof AudioAnimation | typeof AutoRotationAnimation | typeof ZoomToFlyAnimation | typeof PolygonMaskAnimation)[];
|
|
27
27
|
static animationList: Array<AnimationItem>;
|
|
28
28
|
static init(): void;
|
|
29
29
|
}
|