function changingTitle() {
//This is an array of the words to be used
let words = [ ‘WOMAN’ , ‘BOY’ , ‘GIRL’ , ‘NONE OF THE ABOVE’,‘MAN’ ];
//set an incrementor to cycle through the array
let incrementor = 0 ;
//set an interval to run the code every 2 seconds
//#text3 is the id of the text element we want to change
//this code hides the text with a fade → changes the text while its not visible ----> fades the text back to visibility
//each time the code rums the incrementor is incremented until we reach the length of the words array then we restet it to 0 and the
//cycle starts again.
Hi Ido, that is exactly what I’m looking for!!! And I’m a complete newb to design and coding and have no idea what Velo code is. I will look into this, and if you or anyone else has any suggestions for how to learn Velo code with Editor X I’d greatly appreciate it. Thank you.