/*Code for the onload load animation*/
/*Add this code in the container where you have your text and set
the class on the text/heading widget */
.text {
overflow: hidden;
}
/*Add this code under the custom CSS of the HTML widget you have your GSAP code.
If you forget to add this, the effect will not work*/
.char {
transform: translateY(175px);
transition: transform .8s ;
}