Depending on influencing CSS properties, horizontal scrollbars may appear for a short time when activating animations in Elementor, e.g. if a sideways flying in of elements is set.
The following CSS settings should solve this problem.
body {
margin: 0;
overflow-x: hidden;
}