利用 spin.js 生成等待效果(js 等待效果)
利用 js 生成一個(gè)界面友好的等待效果,使用 jquery 插件 spin.js,文章末尾有下載地址,下圖是生成的效果截圖,代碼調(diào)用很簡(jiǎn)單。

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style type="text/css">
body {
font-family: Helvetica, Arial, sans-serif; font-size: 12px;
}
#preview1 {
float: left; position: relative; background-color: #000; color: black; width: 220px; height: 220px; margin: 0 5px; border-radius: 20px;
}
#preview2 {
float: left; position: relative; background-color: #000; color: black; width: 220px; height: 220px; margin: 0 5px; border-radius: 20px;
}
</style>
<script src="jquery.min.js"></script>
<script src="spin.js"></script>
<script src="jquery.spin.js"></script>
<script type="text/javascript">
// 對(duì)樣式 #preview1 進(jìn)行配置
var opts1 =
{
lines : 12, // The number of lines to draw
length : 0, // The length of each line
width : 11, // The line thickness
radius : 40, // The radius of the inner circle
scale : 1.0, // Scales overall size of the spinner
corners : 0, // Roundness (0..1)
color : '#efefef', // #rgb or #rrggbb
opacity : 1 / 4, // Opacity of the lines
rotate : 0, // Rotation offset
direction : 1, // 1: clockwise, -1: counterclockwise
speed : 1, // Rounds per second
trail : 100, // Afterglow percentage
fps : 20, // Frames per second when using setTimeout()
zIndex : 2e9, // Use a high z-index by default
className : 'spinner', // CSS class to assign to the element
top : '50%', // center vertically
left : '50%', // center horizontally
shadow : false, // Whether to render a shadow
hwaccel : false, // Whether to use hardware acceleration (might be buggy)
position : 'absolute' // Element positioning
};
// 對(duì)樣式 #preview2 進(jìn)行配置
var opts2 =
{
lines : 18, // The number of lines to draw
length : 0, // The length of each line
width : 11, // The line thickness
radius : 40, // The radius of the inner circle
scale : 1.0, // Scales overall size of the spinner
corners : 0, // Roundness (0..1)
color : 'red', // #rgb or #rrggbb
opacity : 1 / 4, // Opacity of the lines
rotate : 0, // Rotation offset
direction : 1, // 1: clockwise, -1: counterclockwise
speed : 1, // Rounds per second
trail : 100, // Afterglow percentage
fps : 20, // Frames per second when using setTimeout()
zIndex : 2e9, // Use a high z-index by default
className : 'spinner', // CSS class to assign to the element
top : '50%', // center vertically
left : '50%', // center horizontally
shadow : false, // Whether to render a shadow
hwaccel : false, // Whether to use hardware acceleration (might be buggy)
position : 'absolute' // Element positioning
};
</script>
<title>Insert title here</title>
</head>
<body>
<div id="preview1" class="preview"></div>
<div id="preview2" class="preview"></div>
</body>
<script type="text/javascript">
$('#preview1').spin(opts1);
$('#preview2').spin(opts2);
</script>
</html>
插件下載地址
https://github.com/fgnass/spin.js/
以上所述是小編給大家介紹的利用 spin.js 生成等待效果(js 等待效果),希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)歡迎給我留言,小編會(huì)及時(shí)回復(fù)大家的!
- 關(guān)于JavaScript中異步/等待的用法與理解
- JS設(shè)置手機(jī)驗(yàn)證碼60s等待實(shí)現(xiàn)代碼
- JS實(shí)現(xiàn)的自定義顯示加載等待圖片插件(loading.gif)
- 自己動(dòng)手寫(xiě)的javascript前端等待控件
- JavaScript自定義等待wait函數(shù)實(shí)例分析
- 為JavaScript提供睡眠功能(sleep) 自編譯JS引擎
- javascript 使用sleep函數(shù)的常見(jiàn)方法詳解
- js中自定義方法實(shí)現(xiàn)停留幾秒sleep
- javascript中不提供sleep功能如何實(shí)現(xiàn)這個(gè)功能
- 如何使JavaScript休眠或等待
相關(guān)文章
uniapp實(shí)現(xiàn)全局設(shè)置字體大小(小中大的字體切換)
隨著UniApp的流行,越來(lái)越多的開(kāi)發(fā)者選擇使用它來(lái)構(gòu)建跨平臺(tái)應(yīng)用程序,下面這篇文章主要給大家介紹了關(guān)于uniapp實(shí)現(xiàn)全局設(shè)置字體大小(小中大的字體切換)的相關(guān)資料,需要的朋友可以參考下2023-06-06
原生javascript實(shí)現(xiàn)簡(jiǎn)單的datagrid數(shù)據(jù)表格
這篇文章主要介紹了原生javascript實(shí)現(xiàn)簡(jiǎn)單的datagrid數(shù)據(jù)表格的方法,效果十分棒,需要的朋友可以參考下2015-01-01
javascript使用正則表達(dá)式實(shí)現(xiàn)去掉空格之后的字符
這篇文章主要介紹了javascript使用正則表達(dá)式實(shí)現(xiàn)去掉空格之后的字符的方法,需要的朋友可以參考下2015-02-02
JavaScript中的for...of和for...in循環(huán)容易遇到的問(wèn)題及解決方法總結(jié)
在 JavaScript 編程中,for...of 和 for...in 是常用的循環(huán)語(yǔ)法,但它們?cè)谑褂脮r(shí)可能會(huì)引發(fā)一些意想不到的問(wèn)題,本文將分享我在使用這兩種循環(huán)時(shí)所遇到的坑和經(jīng)驗(yàn),需要的朋友可以參考下2023-08-08

