For improving animation transition quality, you need to introduce blending options globally per CVar or per Animation. This CVar option allows you to find the right style of interpolation in a project.
To activate this functionality, enable the cvar ca_DefaultTransitionInterpolationType from the console.
Cvar | Description |
---|---|
ca_DefaultTransitionInterpolationType | Changes transition interpolation method, and allows autocomplete of transition modes. The various types of modes that can be used are listed below:
Sample command: |
For example, if the project requires more snappy animations, you can choose Linear as interpolation. If you want more smooth interpolation, you can choose SineInOut mode.