Enrique Erne
Enrique Erne
2.0 isn't finished yet. the thing is 2.0 was almost a compete rewrite with api changes. I also got rid of Fx.Slide dependency, and it is more just an extended...
At the moment I dont really know how the api should look. Maybe `mySlider.move('top')` and `mySlider.move('bottom')` and `mySlider.move('stop')` or so… :/ not sure
Next version should support "incremental moving", not yet sure how to implement this.
Yep I noticed that too, doing an initiall .scroll(0) should solve this http://jsfiddle.net/UYZZ6/4/ . I'm not yet sure how to fix this and probably scroll should also return this;
Hm ok, yes I think it probably would be a good idea to have some check if the scrollable area is smaller than container.
My script detects if the referrer is equal to the redirect location or known redirects. Otherwise it is supposed to follow the redirect. Therefore just increasing the number of redirects...