How to change the color of a text, one letter at a time? – Jquery
I want to make a text change the color of each letter individually, one at a time. For example: Hello World The "H" would be the first to become red, then "E", then "L", and so on. I've tried making…