CSS pop-in effect from the left
CSS Bounce Effect from the Left Description The bounce animation effect is used to quickly move an element upward, backward, or away from a surface after impacting it. Syntax @keyframes bounceInLeft { 0% { opacity: 0; transform: translateX(-2000px); } 60%…