.animate{position:relative;animation:mymove 1s 1;display:inline-block}
@keyframes mymove{from{opacity:0;left:-50px}
to{opacity:1;left:0}
}