版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、css的計(jì)時(shí)器特效效果圖代碼部分希翼各位大佬來(lái)小弟的博客捧捧場(chǎng) www·youmeng·me 感激不盡css3圓形進(jìn)度條時(shí)分秒計(jì)時(shí)器js特效import url(* box-sizing: border-box;html background: 111 url(http:/codepen.io/images/classy_fabric.png);color: fff;font-family: 'yanone kaffeesatz', sans-serif;body padding: 20px;.timer-group height:
2、400px;margin: 0 auto;position: relative;width: 400px;.timer border-radius: 50%;height: 100px;overflow: hidden;position: absolute;width: 100px;.timer:after background: 111 url(http:/codepen.io/images/classy_fabric.png);border-radius: 50%;content: ""display: block;height: 80px;left:
3、10px;position: absolute;width: 80px;top: 10px;.timer .hand float: left;height: 100%;overflow: hidden;position: relative;width: 50%;.timer .hand span border: 50px solid rgba(0, 255, 255, .4);border-bottom-color: transparent;border-left-color: transparent;border-radius: 50%;display: block;height: 0;po
4、sition: absolute;right: 0;top: 0;transform: rotate(225deg);width: 0;.timer .hand:first-child transform: rotate(180deg);.timer .hand span animation-duration: 4s;animation-iteration-count: infinite;animation-timing-function: linear;.timer .hand:first-child span animation-name: spin1;.timer .hand:last-
5、child span animation-name: spin2;.timer.hour background: rgba(0, 0, 0, .3);height: 400px;left: 0;width: 400px;top: 0;.timer.hour .hand span animation-duration: 3600s;border-top-color: rgba(255, 0, 255, .4);border-right-color: rgba(255, 0, 255, .4);border-width: 200px;.timer.hour:after height: 360px;
6、left: 20px;width: 360px;top: 20px;.timer.minute background: rgba(0, 0, 0, .2);height: 350px;left: 25px;width: 350px;top: 25px;.timer.minute .hand span animation-duration: 60s;border-top-color: rgba(0, 255, 255, .4);border-right-color: rgba(0, 255, 255, .4);border-width: 175px;.timer.minute:after hei
7、ght: 310px;left: 20px;width: 310px;top: 20px;.timer.second background: rgba(0, 0, 0, .2);height: 300px;left: 50px;width: 300px;top: 50px;.timer.second .hand span animation-duration: 1s;border-top-color: rgba(255, 255, 255, .15);border-right-color: rgba(255, 255, 255, .15);border-width: 150px;.timer.
8、second:after height: 296px;left: 2px;width: 296px;top: 2px;.face background: rgba(0, 0, 0, .1);border-radius: 50%;height: 296px;left: 52px;padding: 165px 40px 0;position: absolute;width: 296px;text-align: center;top: 52px;.face h2 font-weight: 300;.face p border-radius: 20px;font-size: 76px;font-wei
9、ght: 400;position: absolute;top: 17px;width: 260px;left: 20px;keyframes spin1 0% transform: rotate(225deg);50% transform: rotate(225deg);100% transform: rotate(405deg);keyframes spin2 0% transform: rotate(225deg);50% transform: rotate(405deg);100% transform: rotate(405deg); -> css3計(jì)時(shí)器00:00:00var
10、defaults = , one_second = 1000, one_minute = one_second * 60, one_hour = one_minute * 60, one_day = one_hour * 24, startdate = new date(), face = document.getelementbyid('lazy');/ var requestanimationframe = (function() return window.requestanimationframe |window.webkitrequestanimationframe
11、|window.mozrequestanimationframe |window.orequestanimationframe |window.msrequestanimationframe |function( callback )window.settimeout(callback, 1000 / 60);();tick();function tick() var now = new date(), elapsed = now - startdate, parts = ;parts0 = '' + math.floor( elapsed / one_hour );parts1 = '' + math.floor( (elapsed % one_hour) / one_minute );parts2 = '' + math.floor( ( (elapsed % one_hour) % one_minute ) / one_second );parts0 = (parts0.length = 1) ? '0' + parts0 : parts0;parts1 = (parts1.len
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024-2030年中國(guó)大中型拖拉機(jī)市場(chǎng)發(fā)展前景調(diào)研及投資戰(zhàn)略分析報(bào)告
- 2024-2030年中國(guó)壓力繼電器行業(yè)競(jìng)爭(zhēng)動(dòng)態(tài)與投資效益預(yù)測(cè)報(bào)告
- 2024年版股份有限公司并購(gòu)協(xié)議標(biāo)準(zhǔn)格式版B版
- 2024年某教育機(jī)構(gòu)與某科技公司關(guān)于在線教育平臺(tái)合作的合同
- 梅河口康美職業(yè)技術(shù)學(xué)院《材料工程基礎(chǔ)A》2023-2024學(xué)年第一學(xué)期期末試卷
- 2024年特許經(jīng)營(yíng)合同涉及連鎖餐飲業(yè)
- 2024年度施工現(xiàn)場(chǎng)安全生產(chǎn)設(shè)施檢測(cè)與維修協(xié)議3篇
- 2024年塔吊設(shè)備維護(hù)保養(yǎng)與操作人員培訓(xùn)勞務(wù)分包合同2篇
- 2025年道路貨運(yùn)運(yùn)輸駕駛員從業(yè)資格證模擬考試
- 2025年西寧貨運(yùn)從業(yè)資格證模擬考試題及答案解析大全
- 大學(xué)美育(同濟(jì)大學(xué)版)學(xué)習(xí)通超星期末考試答案章節(jié)答案2024年
- MOOC 跨文化交際通識(shí)通論-揚(yáng)州大學(xué) 中國(guó)大學(xué)慕課答案
- 生物質(zhì)在煉鐵中的應(yīng)用
- 舞臺(tái)機(jī)械系統(tǒng)工程?hào)彭斾摻Y(jié)構(gòu)施工方案
- 銷售冠軍團(tuán)隊(duì)銷售職場(chǎng)培訓(xùn)動(dòng)態(tài)PPT
- 學(xué)歷學(xué)位審核登記表
- AQL抽樣檢驗(yàn)表(標(biāo)準(zhǔn)版本20)
- 原核藻類、真核藻類
- 交通事故快速處理單(正反打印)
- 通科實(shí)習(xí)出科考核病歷
- 獅子王2經(jīng)典臺(tái)詞中英文對(duì)照
評(píng)論
0/150
提交評(píng)論