--- right-src.js 2009-12-08 17:02:54.000000000 +0300 +++ right.js 2009-12-10 13:23:17.091372562 +0300 @@ -3774,7 +3774,7 @@ // NOTE: called outside of the instance scope! step: function(that) { if (that.number > that.steps) that.finish(); - else that.render(that.transition(that.number ++ / that.steps)); + else that.render(that.transition((that.number ++) / that.steps)); }, startTimer: function() {