Hi, I'm a newbie so maybe this is dumb question. I like to animate the color of links, something like:
new TweenLite(myMenu, 1, {css:{a:linkColor:"#FFF"}}),
But I can't find the property for a:link or a:visited. Is there cheatsheet for all CSS properties that GreenSock can animate.
thanks,
Ivo