Hi, I like to slide two related div's seperatly? One div has an image and the other div has some text.
I am killing the autoplay by
$('.carousel').carousel(
{
interval:1500,
pause: true
}
);
$('.carousel').carousel('pause');
but how do i slide a related div say 500ms after.
Any tips, suggestions?
