export interface IPointLineAnimationInfo { startPositions: Array; targetPositions: Array; alpha: number; speed: number; }