// Get the HTML element by its ID const animatedElement = document.getElementById('animatedElement'); // Add animation classes to the element using classList animatedElement.classList.add('animate__animated', 'animate__bounce');