Code

Animations

Fade In Effect

Using a basic fade-in effect, you can create an output like this (repetition used for tutorial purposes):

Hello World

We can use keyframes to code this with pure HTML and CSS:

animations-img-1 animations-img-2

You can adjust the time and opacity to your liking.

Slide In Effect

Using a basic slide-in effect, you can create an output like this (repetition used for tutorial purposes):

Hello World

We can use keyframes to code this with pure HTML and CSS:

animations-img-3 animations-img-4

You can adjust the time to change the speed, and changing the "translateX" value to a positive value will cause the text to slide in from the right.