export const TransitionTimeOut = 300;

export const StyleMap = {
  left: { height: '100%', left: 0, top: 0 },
  right: { height: '100%', right: 0, top: 0 },
  top: { width: '100%', top: 0, left: 0 },
  bottom: { width: '100%', bottom: 0, left: 0 },
};
