Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Need help making transparent transition in slideshow Reply To: Need help making transparent transition in slideshow

#248302
wristcutter69
Participant

I found out what I got wrong!
Problem is in: mySlide.setAttribute… line… It wouldn’t work, because I had placed too many (wrong) arguments. I needed just two, and since I had an array of images set, what I need to do was this: mySlide.setAttribute(‘src’, imageArray[imageIndex]);