Instructions

Yes. We can help you!

Font smoothing

To make the font smoothing we have added this code below in the project settings "Head Code" section.

<style>
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
</style>

Instruction Title

1. Click the Animation 2 - First Text and Animation 2 - Second Text
2. Update the Text One by One
3. Apply the same method to the text component throughout the entire template
Enjoy :)