export interface IFadeInBottomRightContainerProps { delayInMS?: number; durationInMS?: number; startPostionY?: number; startPostionX?: number; } export interface IFadeInBottomRightPresentationProps { delayInMS: number; durationInMS: number; startPostionY: number; startPostionX: number; }