Combining Multiple Javascript Fade Effects
问题 I have a panel that fades images in and out. However, the first image fades completely out before the second image fades in. I would like them to be fading at the same time. I'm using a Spry effect because I'm not too familiar with Javascript, but here's what I have. In my HTML: <script type="text/javascript"> var TabbedPanels1 = new Spry.Widget.TabbedPanels("TabbedPanels1", { interval: 3000 }); TabbedPanels1.start(); </script> And in my Javascript effects script (there's also the main tabbed