Same as jumpTo but will move offset from the current position.
offset
void jumpToRelative(double offset) { return super.jumpTo(this.offset + offset); }