https://static.tildacdn.net/tild6364-3866-4233-b233-343166623566/line_animated.svg”

You can do this in Divi using CSS background-clip.

Steps:

  1. Add a Text Module
  2. Go to Design → Text → Text Color → Transparent
  3. Open Advanced → Custom CSS → Main Element
  4. Paste:
background: url("YOUR-GIF-URL") center/cover no-repeat;
-webkit-background-clip: text;
background-clip: text;
color: transparent;

This clips the GIF inside the text.

Tip: Use bold, large fonts for better visibility.