Cycle plugin fade reveal

Cycle plugin fade reveal

When I use the fade effect, the background comes through slightly during the transition (I assume the new slide is not yet at 100 opacity). You can see this for yourself if you set the background of the slides container to red (you'll see some pink during the transition).

I tried setting speedIn:1 (and speedIn:0) and speedOut:1000 but I just see the new slide immediately replace the old slide. After 1ms into the transition, I would have expected the old slide (100 opacity) to be covering the new slide (100 opacity but not visible because of z-index) then the old slide transition down to 0 opacity thus slowly revealing the new slide underneath.

Is there a configuration of options that will do what I want? Or is there a different transition effect that I should use besides "fade"? Or must I write my own transition effect (I don't know how to do that yet)?

Thanks.