Slider fade transition problem

In Foundry 3 I have a slider that contains 9 slides (png). I want it to autoplay using the fade transition. However, when the page loads slide 1 fades directly to slide 9. I want it fade through the slides in order 1 to 2 to 3 to 4, etc.

Is this impossible or am I doing something wrong?

Thanks

Hi there @Truth42 – Any chance your image files are quite large? You say they’re PNGs, and images in this format can often be quite large. This could be part of the problem. I’d never suggest using PNGs for this sort of thing. That said, if you can provide the following we can have a look at it. Without these things we’re just going to be guessing instead of troubleshooting.

Please provide us a copy of your project file, along with a link to the live site if available.

Create a ZIP file containing your project file. This is the file you open in RapidWeaver to edit your site. After creating the ZIP file, upload it using a service like Dropbox, WeTransfer, Droplr, or a similar service to create download link for us. Paste that download link in your reply.

Thanks a lot. I’ve sussed it. I had the paise duration set to 0. Doh!!!

1 Like

Glad to hear you got it sorted. My previous advice about PNGs still stands. They’re going to be much larger and slower to load than even a JPG.

Thanks for your help and advice.