W3C home > Mailing lists > Public > www-style@w3.org > February 2011

[css3-transitions] Can/should a change of currentColor's computed value trigger a transition ?

From: Sylvain Galineau <sylvaing@microsoft.com>
Date: Fri, 11 Feb 2011 22:42:03 +0000
To: "www-style@w3.org" <www-style@w3.org>
Message-ID: <045A765940533D4CA4933A4A7E32597E2AB5C6EC@TK5EX14MBXC120.redmond.corp.microsoft.com>
If I have:

#test {
	transition-property: background-color;
	transition-duration: 0.20s;
	background-color: currentColor;
	color:blue;
}

#test:hover {
	color:red;
}

What happens ?
Received on Friday, 11 February 2011 22:42:36 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:13:56 UTC