http://codepen.io/anon/pen/Iwtyg
In the midst of working on a small project showcased in the CodePen link above, one of my main goals is to ensure that the text within div.artMain
gradually appears after resizing the div. However, despite including a transition: color 850ms
property on line 48, it seems to be ignored for some reason.
I am puzzled as to whether something else might be overriding this transition property that I have overlooked. Any insights or suggestions would be greatly welcomed!