這篇文章將為大家詳細(xì)講解有關(guān)如何使用spin.js生成等待效果,小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,希望大家閱讀完這篇文章后可以有所收獲。
為上林等地區(qū)用戶提供了全套網(wǎng)頁設(shè)計(jì)制作服務(wù),及上林網(wǎng)站建設(shè)行業(yè)解決方案。主營(yíng)業(yè)務(wù)為網(wǎng)站設(shè)計(jì)、成都網(wǎng)站設(shè)計(jì)、上林網(wǎng)站設(shè)計(jì),以傳統(tǒng)方式定制建設(shè)網(wǎng)站,并提供域名空間備案等一條龍服務(wù),秉承以專業(yè)、用心的態(tài)度為用戶提供真誠(chéng)的服務(wù)。我們深信只要達(dá)到每一位用戶的要求,就會(huì)得到認(rèn)可,從而選擇與我們長(zhǎng)期合作。這樣,我們也可以走得更遠(yuǎ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>關(guān)于“如何使用spin.js生成等待效果”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,使各位可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),請(qǐng)把它分享出去讓更多的人看到。
網(wǎng)站欄目:如何使用spin.js生成等待效果
本文路徑:http://www.chinadenli.net/article26/gpdecg.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供軟件開發(fā)、微信小程序、外貿(mào)網(wǎng)站建設(shè)、網(wǎng)站制作、網(wǎng)站排名、搜索引擎優(yōu)化
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)