Skip to content

the animation every time the caption changes#92

Open
gabrielperezs wants to merge 1 commit into
zurb:masterfrom
gabrielperezs:patch-1
Open

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

Conversation

@gabrielperezs

Copy link
Copy Markdown

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
Copy Markdown

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
Copy Markdown

thanks @karlbellagio !

@airthomas

Copy link
Copy Markdown

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