Any element can have a class="animate__fadeInRight" applied to it to gain the effect.
- Navigate to https://animate.style/ to retrieve the effect you want to use
- On the right hand side, hover over any animation and click on the two layered squares to copy the class name. That class name would be something like: "animate__backInLeft"
- Inside the HTML <> Source code in the editor, or on any block apply the class on the element for example: <p class="animate__backInLeft"></p>
Example: