How Can I Create Subtitles in Sequencer With Fade-In and Fade-Out Transitions in UE5?

In UE5, I would like to display text (subtitles) during a movie scene using Sequencer.
Since Sequencer does not have a built-in text feature, I understand that I need to create my own solution.

I followed this tutorial as a reference:

However, what I really want is to create subtitles that fade in, stay visible for a short time, then fade out, and then the next subtitle should appear with the same fade-in/fade-out sequence.

This video shows something similar:

But in that example, it only demonstrates fading a si

ngle piece of text, and it’s not clear how to switch between multiple subtitles with proper transitions.

Could someone please explain or share how to achieve this effect?