orbit
orbit copied to clipboard
the animation every time the caption changes
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.
For Foundation here is the code in the foundation.js file:
case"fade":this.$caption.fadeIn
to
case"fade":this.$caption.hide().fadeIn
thanks @karlbellagio !
any method to make fadeOut current caption then fadeIn next caption ? looks "this.$caption.fadeOut" just run once at init. Thanks~