if (DESTINATION_Y >= this._maxScrollTop) {
                computedDestinationY = this._maxScrollTop;
            } else if (DESTINATION_Y <= 0) {
                computedDestinationY = 0;
            } else {