I am fading in an image using your fadeIn code which works fine:<img data-animate="fadeIn" data-delay="1500 src= "....png "
but after the image has faded in I want to wait and then fade the same image back out (making it disappear) - so something likedata-animate="fadeOut" data-delay="2000"
How would I do this to the same image- make it fade in appear and then fade out disappear using your animation codes?
