In Chrome, I have implemented a color transition and now I need to be able to retrieve the color at any given point using JavaScript. Right now, I am accessing .style.color in the DOM, but this only gives me the target value.
UPDATE: A while back, someone provided an answer to my question. An example for Chrome can be found here