@keyframes rollIn{0%{transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0}to{transform:none;opacity:1}}.rollIn{animation-name:rollIn}