To add CSS animations in WordPress:
1. Install and activate the “Animate It!” plugin from the WordPress repository.
1. Go to the page or post where you want to add the animation and click on the “Animate It!” button in the text editor.
1. Select the text or image element you want to animate.
1. Choose the animation type and customize the animation settings.
1. Preview the animation and save changes.
Alternatively, you can manually add CSS animations to your WordPress site by:
1. Creating a child theme to avoid modifying the parent theme’s files.
1. Adding custom CSS code using a plugin like “Simple Custom CSS” or through the WordPress Customizer.
1. Writing the CSS animation code and adding it to the desired HTML elements using classes or IDs.
1. Testing the animation on different devices and browsers to ensure cross-browser compatibility.
1. Refining the animation properties and duration as needed.