In some modules, it's possible to define different text transitions; these types of transitions/animations can be seen on the page when hovering over the relevant elements, being the transition between the normal and hover state.
Where can text transitions be applied?
Visualizing the transition effects
No transition
Ease in
A text with an ease-in transition will have the animation starting slowly and ending fast.
Ease out
A text with an ease-out transition will have the animation start fast and ending slower.
Ease in-out
A text with an ease-in-out transition will have an accelerated animated beginning and ending.
Linear
A text with a linear transition will be gradually and equally animated as time passes.