@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0;transform-origin:right bottom}to{transform:none;opacity:1;transform-origin:right bottom}}.rotateInUpRight{animation-name:rotateInUpRight}