TransitionDynamics missing for LaneOffsetAction
Describe the feature
The LaneChangeAction supports a TransitionDynamics to model the transient phase after activation. The same should be available for LaneOffsetAction since this is a action which basically also involves the same type of lateral movement just with a smaller magnitude during the transient phase. Without this it does not seem to be possible to model the transient behavior.
Describe the solution you would like
Add TransitionDynamics to LaneOffsetAction
Describe alternatives you have considered
Describe the backwards compatibility
It should be highly compatible since no changes to the existing elements parts are made and this is just added on top as an extension. The TransitionDynamics can be set to the step function in order to perfectly emulate the old behavior.