Using a basic fade-in effect, you can create an output like this (repetition used for tutorial purposes):
We can use keyframes to code this with pure HTML and CSS:
You can adjust the time and opacity to your liking.
Using a basic slide-in effect, you can create an output like this (repetition used for tutorial purposes):
We can use keyframes to code this with pure HTML and CSS:
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.