Animate content of jQuery Cycle slides
问题 Each slide is composed of a box for the title and an image. <div id="slideshowWindow"> <div id="One" class="slide"> <div class="slideTitle"> <h2>First title</h2> </div> <img src="/image.jpg" /> </div> <div id="Two" class="slide"> <div class="slideTitle"> <h2>Second title</h2> </div> <img src="/image2.jpg" /> </div> </div> I'm trying to add a secondary animation within each slide so that the title box starts to slide away from the image and at the same time the whole slide moves away (with