zurb / orbit

454 stars 96 forks source link

Caption animation #3

Closed ooloth closed 13 years ago

ooloth commented 13 years ago

Great plugin! Wondering if you could add a tiny featured that would animate a caption out the same way that it animates in. At the moment, it slides in so beautifully, but then simply sticks if when going to consecutive images with captions. I'd like the option to have each caption animate out to allow the next caption to animate in when on the image slide.

Thanks!

Michael

mkelly12 commented 13 years ago

This feature was added a while back, but we forgot to close this issue. Closing it now.

husainhk commented 13 years ago

Hi, I am using version 1.2.3 and can't get the caption out animation to work. Is there another option apart from captionAnimation?

Cheers, Husain

badkinsATX commented 12 years ago

I've been able to achieve something like this using the below code. I'm still trying to figure out how to have the html update after a fadeOut.

    this.$caption
      .attr('id', captionLocation) // Add ID caption TODO why is the id being set?
      .html(captionHTML).hide().delay(1000).fadeIn(1000); // Change HTML in Caption