I have been searching everywhere for a solution to my issue, but I haven't found it yet. I keep coming across methods to fade text on and off on load, which is not what I need. My goal is to fade some text on the same line, and I have created a mockup in Photoshop to illustrate my idea:
https://i.sstatic.net/KNQc0.jpg
With the current font family and size I am using, I would like the text to start fading around 20 characters into the string. Ideally, I am hoping to achieve this effect by adding a class like...
<span class="fadeout">
or something similar. Keeping it simple is key.