Hi folks I got an animation that looks somewhat like this:
$('#pointer').animate({
left: activeItem.accumulatedWidth + 'px'
}, tempo, ' ' , function () {$(this).playShow(times-1)})
now I've added a beautiful ui.slider and want to give the user the
possibility to speed up or slow down the animation while it is
running....
has anyone done something similar before?
thx
sissi

