Create an IntTween form this value to the provided end value
IntTween tweenTo(int end) { return IntTween(begin: this, end: end); }