# Interface: IAnimateVectorLayerResult

# Table of contents

# Properties

# Properties

# remove

remove: () => void

移除.

# Type declaration

▸ (): void

Returns: void


# setSpeed

setSpeed: (speed: number) => void

设置速度.

# Type declaration

▸ (speed: number): void

# Parameters
Name Type
speed number

Returns: void


# startAnimation

startAnimation: () => void

开始动画函数.

# Type declaration

▸ (): void

Returns: void


# stopAnimation

stopAnimation: () => void

结束动画函数.

# Type declaration

▸ (): void

Returns: void


# updateImages

updateImages: (images: (string | ArrayBufferView | ImageData | HTMLImageElement | ImageBitmap | { data: Uint8Array | Uint8ClampedArray ; height: number ; width: number })[]) => void

更新动画图片集.

# Type declaration

▸ (images: (string | ArrayBufferView | ImageData | HTMLImageElement | ImageBitmap | { data: Uint8Array | Uint8ClampedArray ; height: number ; width: number })[]): void

# Parameters
Name Type
images (string | ArrayBufferView | ImageData | HTMLImageElement | ImageBitmap | { data: Uint8Array | Uint8ClampedArray ; height: number ; width: number })[]

Returns: void

vjmap / Exports / IComposeNewMap