Line 998: | Line 998: | ||
var must = parseInt($(target).offset().top) + offset; | var must = parseInt($(target).offset().top) + offset; | ||
if (typeof speed == 'undefined') { | if (typeof speed == 'undefined') { | ||
− | speed = Math.sqrt(Math.pow(is - must, 2)) / | + | speed = Math.sqrt(Math.pow(is - must, 2)) / 50 |
} | } | ||
var setTo; | var setTo; |
Revision as of 21:48, 31 October 2017