Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the animation every time the caption changes #92

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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