Interface IAnimateManifest
interface IAnimateManifest { crossOrigin?: boolean; id: string; src: string; type?: string; [
key:
string]
: any; } Indexable
[key: string]: any
Properties
Optional
crossOrigin
crossOrigin?: boolean
id
id: string
src
src: string
Optional
type
type?: string