https://static.tildacdn.net/tild6364-3866-4233-b233-343166623566/line_animated.svg”
You can do this in Divi using CSS background-clip.
Steps:
- Add a Text Module
- Go to Design → Text → Text Color → Transparent
- Open Advanced → Custom CSS → Main Element
- 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