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) {