You may be able to get the effect you want by setting a text-shadow style using the CSS panel.
I have attached an example where the text on the first animation keyframe has:
text-shadow: rgb(0, 0, 0) 0px 0px 0px;
and the second keyframe has:
text-shadow: rgb(0, 0, 0) -5px 0px 15px;