How to change content?
If you want to change content just add your content in span's data-text attribute
for eg:-
<span class="red" data-text="Your content"></span>
You may change colors or make your own color in CSS and put that into class.
Make sure you put your content in data-text attribute and not inside the span
Note: You must put the below span at ending.
<span id="end" class="blinking-cursor hidden"> </span>
Without this you may face some errors.
How to change content?
If you want to change content just add your content in span's
data-textattributefor eg:-
You may change colors or make your own color in CSS and put that into class.
Make sure you put your content in
data-textattribute and not inside the spanNote: You must put the below span at ending.
Without this you may face some errors.