aa. {
background:url("http://s16.postimg.org/6n086pt3p/galaxy.jpg");
-webkit-background-clip:text;
-webkit-background-size:cover;
-webkit-text-fill-color:transparent;
-webkit-animation: 10s infinite linear animate;
}
@-webkit-keyframes animate{
0% {background-position:0;}
100% {background-position:-1000px 0;}
<div class="aa">Hey.</div>