Basically, the reverse of abs. If I have:
if ($this.find(\'.pdxslide-activeSlide\').index() < slideNum - 1) { slideNum = -slideNum } console.log(slideNu
The basic formula to reverse positive to negative or negative to positive:
i - (i * 2)