I have 5 images placed in a div, the images are color but I want them to all be grayscaled firstly and then the first 3 to slowly fade into color one by one after the page loads. I've tried to achieve this using various jquery scripts like jQuery grayscale, desaturate, etc. to no success. Can someone please figure it out for me?
Script looks like this:
<div class="cupImg">
<img src="img/cup.png" alt="" /><img src="img/cup.png" alt="" /><img src="img/cup.png" alt="" /><img src="img/cup.png" alt="" /><img src="img/cup.png" class="last" alt="" />
</div>