Submitted by syph252 on Wed, 02/06/2008 - 08:25.
I think there's a bug in dojox.fx.slideBy in the file dojox\fx\_base.js. There appears to be an extra call to the init() method that's causing the node to slide twice. If you run test_slideBy.html and click on the chainTest link repeatedly, you can observe that the block keeps shifting down and to the left with every click. If I remove the call to "init();" then the slide seems to function as I would expect.
Could someone else confirm this behavior and let me know if this is a bug or works as designed.