Site Title Animation
-
Hi everybody! may i have your help? I'm trying to animate the "Site Title text" so I can have "Hello" saying in different languages, I downloaded a wp plugin so I got this shortcode
[typed string0="Hæ!" string1="Olá!" string2="Hallo!" string3="Hi!" typeSpeed="40" startDelay="0" backSpeed="40" backDelay="500"]
ot this
<?php echo do_shortcode( '[typed string0="Hæ!" string1="Olá!" string2="Hallo!" string3="Hi!" typeSpeed="40" startDelay="0" backSpeed="40" backDelay="500"]' ) ?>
How or where can I place this code so I can have this effect applied in the "Site Title field"
Thank you :)
-
Here´s the link www.joaoparada.com
-
Here´s the link www.joaoparada.com
Hey @joaop ,
Did you try to use HTML/CSS to do that instead of a plugin with the css animation property? You can use (on the desktop version) and HTML code as a website title.
You can have a look on that for exemple :
https://codepen.io/yoannhel/embed/sJpDj?default-tab=result&theme-id=0Best,
B.