< div class="author">Entertainment tablet, mobile phone tablet
Samsung GALAXY Note III
The third generation product of Samsung Note series , equipped with a 5.7-inch full HD dazzling screen (Super AMOLED), resolution is 1080P (1920*1080 pixels)
< ;img src="img/ipadair.png" alt="ipadair" />
iPad Air
by nearly a quarter compared to the previous generation iPad. However, when you pick it up, you will still find that it is still sturdy and durable.
Add some styles to CSS and it will be displayed on the page
This list can be converted into an interactive slideshow through the Cycle plug-in. This conversion can be accomplished by calling the .cycle() method on the appropriate container in the DOM.
This syntax couldn’t be simpler. As before using other built-in jQuery methods, we also called
.cycle() on a jQuery object containing a DOM element. Even if no parameters are provided, .cycle() can help us complete the conversion work. This includes modifying the style of the page,
so that only one list item is displayed at a time, and then switching to the next list item in a cross-fade manner every 4 seconds, as shown in the figure
Specify parameters for the plug-in method
The Cycle() method provides us with a lot of parameters. The specific functions of each parameter are not described one by one here. Please check other documents
us You can modify the playback speed and animation form between the two slides of the Cycle plug-in, and modify the triggering method of the slide change.
The first timeout option is used to specify the number of milliseconds to wait between switching slides (2000), while speed determines the number of milliseconds it takes to switch itself (200).
With pause set to true, the slideshow will pause when the mouse enters, which is very useful when the slideshow contains clickable links.
Cycle has a very important parameter: fx: its function is to select special effects.
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