My goal is to have two circular SVG images layered on top of each other, with the top image in grayscale and the bottom image in full color.
I want to be able to gradually remove the top image based on a percentage from 1-100, similar to how hands sweep across a clock face. For example, if I am at 25%, the grayscale image would disappear in a pie wedge shape from 12 o'clock to 3 o'clock, revealing the identical full-color image below (refer to the image for clarification).
example of radial mask concept
Is there a way to achieve this effect using HTML5/CSS, JQuery, or another method that I may not be considering?