есть еще вариант вставки gif на бэк
Код:
.clip-text {
background: url(https://media.giphy.com/media/3oriNQ0GUynXIrFXsA/giphy.gif);
background-size: cover;
background-position: center;
-webkit-background-clip: text;
color: transparent; // set to transparent, otherwise won't see the background
width: 300px;
height: 100px;
box-sizing: border-box;
flex-shrink: 0;
}