zurb / orbit

454 stars 96 forks source link

the animation every time the caption changes #92

Open gabrielperezs opened 12 years ago

gabrielperezs commented 12 years ago

I would like the animation every time the caption changes. Now, the animation is only at the start. Maybe this is the way to fix it.

karlbellagio commented 12 years ago

For Foundation here is the code in the foundation.js file:

case"fade":this.$caption.fadeIn

to

case"fade":this.$caption.hide().fadeIn
ekwatson commented 11 years ago

thanks @karlbellagio !

airthomas commented 11 years ago

any method to make fadeOut current caption then fadeIn next caption ? looks "this.$caption.fadeOut" just run once at init. Thanks~