say nodes 2 and 3 are nodes you want to apply displacements. In the mesh you have
BOUN
2 0 1 1
3 0 1 1 ! make the dof's fixed
DISP
2 0 f2x f2y
3 0 f3x f3y ! where you give values for the 'f" you want to multiply by some time function.
FPRO
2 0 1 2
3 0 3 4 ! where these are proportional (time function) values for each of the displacements.
Then in the solution part you specify PROP,,1 ; PROP,,2 ; etc with the various time functions.