Multiview animation cycle scrolling

Hello guys,

We’re having trouble with multiview animation. We have manged the views to cycle through in circles(kind of endless loop). But the problem is, when you reach last view, the animation goes opposite way. Is there any way to keep the animation to still roll in one particular manner?

Thanks for any advice
David

Yep, you can use second parameter of show command to specify the exact type of animation.

$$('some').show({ direction:"left", type:"slide" });

Thanx a lot! (but unfortunatelly we choose other workaround…)