export interface IMyLocAnimate { opacity: number; color: string; desireScale: number; duration: number; }