JS text-to-text effects that appear literally in imitation of special typing Effects

Source: Internet
Author: User
The special effects of JavaScript writing, seemingly typed, make the text appear one by one. You can write a blessing to your loved ones based on this, which is indeed appropriate.

<Title> literal text </title> <body onLoad = "newsFeed ()"> <script language = "JavaScript"> function makeArray () {this. length = makeArray. arguments. length for (var I = 0; I <this. length; I ++) this [I + 1] = makeArray. arguments [I]} var fArray = new makeArray; fArray [0] = "October 1, 1949,"; fArray [1] = "the People's Republic of China was founded! "FArray [2] =" from now on ...... "FArray [3] =" the Chinese people stood up and moved! "Var x = 1; var y = 0; var msg1 = fArray [y]; function newsFeed () {if (x = msg1.length + 1) {for (var z = 0; z <70000; z ++); y + = 1; if (y> 3) y = 0; document. form1.news2. value = ''; msg1 = fArray [y]; x = 0;} document. form1.news2. value = msg1.substring (0, x); x + = 1; setTimeout ("newsFeed ()", 200);} script </body>
[Ctrl + A select all Note: If you need to introduce external Js, You need to refresh it to execute]

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.