Several websites feature a transition from black and white to color when hovering over an image using the :hover
selector. I am interested in achieving this effect without any user interaction. Specifically, I want the image to start as black and white and gradually fade to its colored version after 10 seconds.
Can CSS be used to accomplish this?