TWEagle / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 0 forks source link

Cross fade transittion #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I achieve a cross fade effect where the second image fades in as
the previous is fading out? 

Original issue reported on code.google.com by theoneju...@gmail.com on 18 Sep 2009 at 9:38

GoogleCodeExporter commented 9 years ago
Not yet released, but see the latest version in source control which 
demonstrates how
to do this.

Original comment by trentfoley on 17 Oct 2009 at 9:28

GoogleCodeExporter commented 9 years ago
I just managed to implement Galleriffic (thanks, awesome plugin!), and now I'm 
facing
this same issue. With practically no scripting experience, I don't understand 
from
your comment where this functionality is demonstrated. Could you perhaps be a 
tad
more specific about it, please?

Original comment by saara.le...@gmail.com on 19 Oct 2009 at 10:15

GoogleCodeExporter commented 9 years ago
In the latest version (currently r17), there is a new config option called
'syncTransitions' which you will want to set to 'true'.  Doing so assumes you 
have
setup relative and absolute positioning of your slideshow and caption 
containers so
that the two containers can support elements layered one on top of the other.  
You
will want to pull down the entire example directory of the trunk and see any of 
the
included examples (besides Example 1) for how to implement this.

Original comment by trentfoley on 19 Oct 2009 at 10:37