.popoverVisible{animation:popoverVisible .4s forwards}.popoverHidden{animation:popoverHidden .4s forwards}@keyframes popoverVisible{0%{transform:scale(0);animation-timing-function:cubic-bezier(.41,1.02,.65,1.1)}to{transform:scale(1);animation-timing-function:cubic-bezier(.41,1.02,.65,1.1)}}@keyframes popoverHidden{0%{transform:scale(1);animation-timing-function:cubic-bezier(.41,1.02,.65,1.1)}to{transform:scale(0);animation-timing-function:cubic-bezier(.41,1.02,.65,1.1)}}
