Interp for replays/demos?

Is there a way to mark a variable to interpolate between values in demos? I have a feature where you can slow down the replay, but at slower speeds the players cameras rotation is very jittery. But the players movement is very smooth because it is interpolated, so I’m wondering how I can get my players aim to also be interpolated so it can also be smooth.

Any ideas? Thanks in advance!