triDragTween - Allows you to tween objects by holding a hotkey and click + dragging in the viewport. Middle mouse click + dragging allows for overshoots.
Run the code below to install. It’s Python:
import triDragTween
triDragTween.install()
If the above method doesn’t work, here’s how to install manually. In the Hotkey Editor, save this as your press command for your desired hotkey:
import triDragTween
triDragTween.press(sensitivity=.5, barLength=100, barOffset=-200)
For the same hotkey, save this as your release command:
import triDragTween
triDragTween.release()