Creating a Running Text Effect on Blog 2022

Creating Effects Writing Walking on Blog - Ease blogging on bloggers is able to try various blog tricks, either to optimize the blog or beautify the look of the blog. In a blog that is usually the most dominant is the text or writing.

There are various ways to create effects on writing, ranging from blinking writing, links wobble, until we will learn today that makes writing running as typed.




Writing with effects goes like typed, just like when we are typing with laptops. When we press the finger letter, it will appear the letter and so on. This effect makes writing appear letter by letter. This effect can be used to captivate the visitor's eyes to see it, such as an announcement. To make writing with effects as typed is quite easy. We just copy the following script:

<script language="JavaScript">
function type(){var t=document.getElementById(destination);t&&(t.innerHTML=text.substr(0,currentChar)+"<blink>_</blink>",currentChar++,currentChar>text.length?(currentChar=1,setTimeout("type()",5e3)):setTimeout("type()",delay))}function startTyping(t,e,n){text=t,delay=e,currentChar=1,destination=n,type()}var text="Selamat Datang di Blog Arlina Design, Jangan Lupa Baca dan Komentar ya!",delay=20,currentChar=1,destination="[none]";
</script>
<b><div 0px="" 12px="" arial="" color:="" ff0000="" font:="" id="textDestination" margin:="" style="background-color: none;"></div></b>
<script language="JavaScript">
javascript:startTyping(text, 50, "textDestination");
</script>

The above script can be installed in the post and also in the sidebar. To post, input with options in HTML tab when writing. As for widgets can be added in the layout, select add gadgets and select HTML / Java Script. Replace any posts that are marked with the text you want, for example will look like below: