I am trying to find if I can edit the easing/interpolation of an animation between two keyframes.
I can see that there are options for modifying the camera's position path between them via bezier curves, and there are obviously set options between fixed/linear/stepped etc. interpolations. But is there a way to customise this easing myself, without inserting additional frames between the start and end?
Can I set the ease weight (or modify a speed curve) so that I have a faster start but a slower end for a zoom animation on a map, without changing the duration of the transition, for instance?