JQuery Cycle plugin advanced slider?

I am not sure if you wanted this specifically in the custom function but here is a version just using the built in cycle properties. The animOut is where the magic happens to provide the slideUp and fadeOut functionality. Hope this helps $('#slideshow').

Cycle({ fx: 'custom', cssBefore: { left: 0, top: 0, width: 0, height: 0, opacity: 1, display: 'block' }, animOut: { opacity: 0, top: -50 }, animIn: { left: 0, top: 0, width: 200, height: 200 }, cssAfter: { zIndex: 0 }, delay: -3000 }).

I am not sure if you wanted this specifically in the custom function but here is a version just using the built in cycle properties. The animOut is where the magic happens to provide the slideUp and fadeOut functionality. Hope this helps.

$('#slideshow'). Cycle({ fx: 'custom', cssBefore: { left: 0, top: 0, width: 0, height: 0, opacity: 1, display: 'block' }, animOut: { opacity: 0, top: -50 }, animIn: { left: 0, top: 0, width: 200, height: 200 }, cssAfter: { zIndex: 0 }, delay: -3000 }).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions