Hello all,
I’m looking around to see if I can do a simple “text fade in” in CSS. The code snippets I have found so far all seem to work on the idea that the fade effect is triggered by a mouse event (hover or click). I’m just looking to have the text simply fade into view over a number of seconds when the page is loaded (eg: no user interaction to cause the effect).
Anyone know a way to do it?