Skip to content

the animation every time the caption changes#92

Open
gabrielperezs wants to merge 1 commit intozurb:masterfrom
gabrielperezs:patch-1
Open

the animation every time the caption changes#92
gabrielperezs wants to merge 1 commit intozurb:masterfrom
gabrielperezs:patch-1

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