[text animation] text transparent with gif or image overlay

by naocrrds

HTML

<style>
  .image {
    background-image: url("https://media.giphy.com/media/70BItD093Mhnq/giphy.gif");
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
  }


</style>
<div class="image">Hey there!</div>