img { transition: 2s; filter: grayscale(100%); } img:hover { transition: 2s; filter: grayscale(0%); }