I’m curious how .fadeTo() fades an element? Does it use an inline style of opacity to do this?
And if it does not use css opacity, then how would you control css opacity using jQuery or javascript?
This question is referring to all of the following:
.fadeTo()
.fadeIn()
.fadeOut()
From the jQuery source – CSS opacity.