Is it possible to both use existing elements for the pager, and to
change as well as pause on hover? Currently the slides change on hover
as expected, but the slideshow continues to run.
Here's my code:
$('#front-image').cycle({
speed: 1,
timeout: 2000,
Is it possible to both change slides and pause the running slideshow
onmouseover with existing markup used as a pager? I tried to add a
"pause" action before running the slideshow, but that seems to break
the whole thing.
Here's my code:
$('#front-image').cycle({
speed: 1,
2 matches
Mail list logo