Swipe Gesture "Hint" Particle

Hi, I’m very new to particles in Unity, and I’m trying to create a Hint UI to tell the player to swipe up in an arc. Right now I am messing around with velocity over lifetime, and all I can get is a wobbly finger moving across the screen. I would like the hand to move along this arrow arc, pause at the end and then fade out.

Can someone point me in the right direction on this?

32266-hintgesture.jpg

You can try to achieve this with Move Towards

or if you need to do specific ways, also achieve this with transform.Translate in a simple script hint.

Also particles and trail render are a good idea to make it beautiful