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