Home > Web Front-end > JS Tutorial > jQuery implements intermittent scrolling up of single line text source code_jquery

jQuery implements intermittent scrolling up of single line text source code_jquery

WBOY
Release: 2016-05-16 17:33:05
Original
1134 people have browsed it

Use jQuery to realize intermittent scrolling up of a single line of text

Effect URL: http://www.keleyi.com/keleyi/phtml/textscroll.htm
Enhanced version of this effect: http://www.keleyi. com/a/bjac/532bedbffca1affa.htm mainly adds the cursor hover effect

The following is the source code:

Copy code The code is as follows:




jquery special effect single line text scrolling up (with pause)





Parsing: Use $('li') will match a collection of multiple li elements.
If you want to specify to get the first li element, you can use ":first", that is, $('li:first');
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template