var duration = 4000; var showNextImage = true..." />

Javascript - Prototype/Scriptaculous Pause on MouseOver?

Figured out the answer: ul class="fadein" onmouseover="stop_slideshow()" onmouseout="start_slideshow()"> var duration = 4000; var showNextImage = true; function stop_slideshow() { showNextImage = false; } function start_slideshow() { showNextImage = true; } setInterval(function(){ if(!showNextImage){ return; } var imgs = $$('. Fadein img'), visible = imgs. FindAll(function(img){ return img.visible(); }); if(visible.

Length > 1) { visible.last(). Fade({ duration: 1 }); } else { imgs.last(). Appear({ duration: 1, afterFinish: function(){ imgs.

Slice(0,imgs. Length-1). Invoke('show'); } }); } }, duration).

Observe('mouseover', function() { this. Paused = 1; }. Observe('mouseout', function() { this.

Paused = 0; }. CurElmtNum == this. TotalElmt) { this.

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