When I add animation to an element with a CSS style of transform: translate, such as:
transform: translateY(100px);
at the end of the animation, the element abruptly jumps to its final position. How can I prevent this jump and achieve a smooth transition to the desired position?