How to drag a GameObject with touch but at a limited speed

How to drag a player with touch but at a limited speed like if you drag it it would only move at a certain speed instead of the speed of you finger? I’ve seen How Can I Drag the Object With Touch ? (Mobile) - Unity Answers but it only works with your finger’s speed. Any ideas? Thanks

The input should define a target for the dragged object to seek.
The dragged object should move towards the target over time.