Skip to content

Conversation

@gabrielperezs
Copy link

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.

…on is only at the start. Maybe this is the way to fix it.
@karlbellagio
Copy link

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

case"fade":this.$caption.fadeIn

to

case"fade":this.$caption.hide().fadeIn

@ekwatson
Copy link

thanks @karlbellagio !

@airthomas
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants