[jQuery] [serialScroll] how to eliminate easing on animation?

[jQuery] [serialScroll] how to eliminate easing on animation?


Hi, how can I eliminate that sort of easing in the animations of the
SerialScroll plugin?
when an action starts, for example on an <ul> with images in its
<li>'s, the images start moving slow, then they reach full speed, and
finally they stop by slowing down again. then the next animation is
fired.
I got say 16 pics, and I'd like to achieve a smooth animation for all
of them, as if they were actually cycling, not sliding one by one.
I tried step: 16 with a duration of 100000 in the settings, but the
problem is that in this way the animation starts veeeery slowly :)
thanks