image fade slideshow

scel / 2008-11-27 16:46:18   

hey guys! first i wanna say indexhibit is a great thing
i m using the image slideshow for my site atm but is there any possibility to fade in the first image when its loading?

here's ans example

http://pflock.com/wild-shots/09-pakistan/

the images slide is beautiful but the first image doesnt fade in, so it looks kinds ugly..

is there and javascript code or any parameter to ad so the first image is also fading in?

thx for help ;)

Vaska A / 2008-11-27 16:52:05   

not that i'm aware of...it would be a custom addition to things...

scel / 2008-11-27 17:04:25   

isnt the possibility to change it somewhere in the jquery.cycle.all.js file?

// override these globally if you like (they are all optional)
$.fn.cycle.defaults = {
fx: 'fade', // one of: fade, shuffle, zoom, slideX, slideY, scrollUp/Down/Left/Right
timeout: 4000, // milliseconds between slide transitions (0 to disable auto advance)
speed: 1000, // speed of the transition (any valid fx speed value)
speedIn: null, // speed of the 'in' transition
speedOut: null, // speed of the 'out' transition
click: null, // @deprecated; please use the 'next' option
next: null, // id of element to use as click trigger for next slide
prev: null, // id of element to use as click trigger for previous slide
pager: null, // id of element to use as pager container
before: null, // transition callback (scope set to element to be shown)
after: null, // transition callback (scope set to element that was shown)
easing: null, // easing method for both in and out transitions
easeIn: null, // easing for "in" transition
easeOut: null, // easing for "out" transition
shuffle: null, // coords for shuffle animation, ex: { top:15, left: 200 }
animIn: null, // properties that define how the slide animates in
animOut: null, // properties that define how the slide animates out
cssBefore: null, // properties that define the initial state of the slide before transitioning in
cssAfter: null, // properties that defined the state of the slide after transitioning out
fxFn: null, // function used to control the transition
height: 'auto', // container height
sync: 1, // true if in/out transitions should occur simultaneously
random: 0, // true for random, false for sequence (not applicable to shuffle fx)
fit: 0, // force slides to fit container
pause: 0, // true to enable "pause on hover"
autostop: 0, // true to end slideshow after X transitions (where X == slide count)
delay: 0 // additional delay (in ms) for first transition (hint: can be negative)
};

})(jQuery);

Vaska A / 2008-11-27 18:29:44   

Look...if you are just going to post code like this and hope we will do it for you...sorry.

It's just not that simple.

Please have a read of the forum rules.

arsondpi / 2008-11-27 23:12:44   

(if you don't know code basics) - use a blank image as the very first image to load.
And do have a read of the forum rules...
:-)

This thread has been closed, thank you.