Hey there! I've been experimenting with fading images in and out of this gallery. I tried using the following code:
$('#slides').fadeTo(3000, 0.0);
If you want to check it out, here's a link to my pen: https://codepen.io/anon/pen/gwRXdK
Since there is a lot of code involved, I don't want to overwhelm you with it here. You can take a look at it in the pen.
I thought I had it all figured out, but unfortunately, it's not working as expected. I really just want the image to fade in without any movement from the right side. If anyone could give me some guidance on how to achieve that, I would greatly appreciate it. Thank you in advance!