From b30b18555056a559ab5e2abeb88dc18431247431 Mon Sep 17 00:00:00 2001 From: gabrielperezs Date: Wed, 21 Dec 2011 13:07:03 +0100 Subject: [PATCH] I want the animation every time the caption changes. Now, the animation is only at the start. Maybe this is the way to fix it. --- jquery.orbit-1.3.0.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.orbit-1.3.0.js b/jquery.orbit-1.3.0.js index 16c5195..bf33cdf 100644 --- a/jquery.orbit-1.3.0.js +++ b/jquery.orbit-1.3.0.js @@ -290,6 +290,7 @@ captionHTML = $(captionLocation).html(); //get HTML from the matching HTML entity this.$caption .attr('id', captionLocation) // Add ID caption TODO why is the id being set? + .hide() // Animate when caption change, not only at the start .html(captionHTML); // Change HTML in Caption //Animations for Caption entrances switch (this.options.captionAnimation) {