JavaScript array application Bulletin board text that can be read in sequence
An example of application of JavaScript arrays. We store text in an array and then use loops to output these texts in sequence, like announcements one by one, but now we are not used like this. We can learn JS arrays and be regarded as an example reference.
2009-10-10
Js repeatedly displays text with hidden effects on web pages
A JavaScript special effect that repeatedly displays some hidden text on the web page, quickly scrolls in and then disappears quickly, which is a very good text effect.
2010-03-03
Javascript imitation lyrics intelligent scrolling code
Why is it called smart scrolling? Because if the reserved scrolling area is too small when we layout a web page, some of the text may not be visible. This code can intelligently judge the size of the area. If the text is not enough to display, it will control the text to scroll accordingly.
2009-10-10
CSS3 realizes 3D text animation effect
CSS3 3D text animation, I feel shocked when I see this word, and I also use two other attributes: transition and animation. Since CSS3 technology is used, please use browsers such as Firefox or Chrome during testing, otherwise you will not see the effect
2012-12-12
CSS dynamic link prompts
CSS implements dynamic link prompts and brings animation effects. Of course, this is not only the credit of CSS, but also JavaScript is used. When you put the mouse on the text, you will see the effect of a line of prompt text.
2009-10-10
JavaScript realizes the effect of falling snowflakes
Snow is the soul of winter, laying the background for the earth, and what happens afterwards is like a dream, like a fairy tale. Can programmers be stumped without snow in winter? Is there no snow to make it yourself? This article mainly introduces JavaScript to achieve the special effect of falling snow. Friends who need it can refer to it.
2023-01-01
VBScript implements text masking
Use VBScript to capture the movement of the mouse and then allow the light to move with it, thus forming the effect of the mouse like a light source.
2009-10-10
Js realizes the effect of text climbing stairs and combining text boxes
An alternative usage of a text box is combined with JavaScript to achieve the effect of slowly climbing up text, climbing up layer by layer, so you can create a lot of text special effects.
2009-10-10
Color change Welcome words like characters verbatim
A colorful web page welcome word is actually a Javascript text effect, but it is a combination of typing and colorful. Putting this effect on a corner of the web page adds some dynamic elements to a calm web page.
2009-10-10
Javascript simulates Marquee text scrolling code evenly to the left
Marquee is an inherent text scrolling tag in the HTML language. Although it is convenient to use, it has some limitations in its functions. Many times we supplement this function through JavaScript.
2009-10-10