最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

html網(wǎng)頁實(shí)現(xiàn)osu光標(biāo)(不含拖尾)

2022-05-11 10:39 作者:三九刀  | 我要投稿

效果圖:

(壓縮狠了。。。)

html部分:

<!DOCTYPE?html>

<html?lang="en">

<head>

? ??<meta?charset="UTF-8">

? ??<meta?http-equiv="X-UA-Compatible"?content="IE=edge">

? ??<meta?name="viewport"?content="width=device-width, initial-scale=1.0">

? ??<title>osu光標(biāo)</title>

? ??<link?rel="stylesheet"?href="./css.css">

</head>

<body>

? ??<div?class="cursor"?style="display: none;">

? ? ? ??<div?class="cursorCentre">

? ? ? ? ? ??<img?src="./img/cursormiddle@2x.png"?alt="">

? ? ? ??</div>

? ? ? ??<div?class="cursorPeriphery">

? ? ? ? ? ??<img?src="./img/cursor@2x.png"?alt="">

? ? ? ??</div>

? ??</div>

</body>

<script?src="./js.js"></script>

</html>

css部分:

*?{

? ??cursor:?none;

? ??margin:?0;

? ??padding:?0;

}


html?{

? ??background-color:?black;

}


.cursor?{

? ??width:?120px;

? ??height:?120px;

? ??position:?fixed;

? ??justify-content:?center;

? ??align-items:?center;

? ??pointer-events:?none;

? ??user-select:?none;

}


.cursorCentre?{

? ??position:?absolute;

? ??top:?42.5px;

? ??left:?42.5px;

}


.cursorCentre,

.cursorCentre?img?{

? ??width:?35px;

? ??height:?35px;

}


.cursorPeriphery?{

? ??width:?90px;

? ??height:?90px;

}


.cursorPeriphery?img?{

? ??width:?100%;

? ??height:?100%;

}


.bigAnimation?{

? ??animation-name: big;

? ??animation-fill-mode:?forwards;

? ??animation-duration:?.15s;

}


.littleAnimation?{

? ??animation-name: little;

? ??animation-fill-mode:?forwards;

? ??animation-duration:?.15s;

}


@keyframes?big?{

? ? 0% {

? ? ? ??width:?90px;

? ? ? ??height:?90px;

? ? }


? ? 100% {

? ? ? ??width:?120px;

? ? ? ??height:?120px;

? ? }

}


@keyframes?little?{

? ? 0% {

? ? ? ??width:?120px;

? ? ? ??height:?120px;

? ? }


? ? 100% {

? ? ? ??width:?90px;

? ? ? ??height:?90px;

? ? }

}

js部分:

var?cursor?=?document.getElementsByClassName('cursor')[0]

var?cursorPeriphery?=?document.getElementsByClassName('cursorPeriphery')[0]

var?mouseX;

var?mouseY;

var?angle?=?0;


window.onmousemove?=?function?(e) {

? ??mouseX?=?e.clientX;

? ??mouseY?=?e.clientY;

}


window.onmouseover?=?function?() {

? ??cursor.style.display?=?'flex';

}


window.onmouseout?=?function?() {

? ??cursor.style.display?=?'none';

}


window.onmousedown?=?function?() {

? ??cursorPeriphery.className?=?'cursorPeriphery bigAnimation';

}


window.onmouseup?=?function(){

? ??cursorPeriphery.className?=?'cursorPeriphery littleAnimation';

}


function?animation() {

? ??cursor.style.top?=?mouseY?-?60?+?'px';

? ??cursor.style.left?=?mouseX?-?60?+?'px';

? ??cursorPeriphery.style.transform?=?'rotate('?+?angle++ +'deg)'

? ??requestAnimationFrame(animation)

}

animation()

代碼/素材下載鏈接:

https://www.aliyundrive.com/s/JvT2dRrSXCq

溫馨提示:

手機(jī)端長(zhǎng)按點(diǎn)贊可投幣

網(wǎng)頁端直接就可以投幣


html網(wǎng)頁實(shí)現(xiàn)osu光標(biāo)(不含拖尾)的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
朝阳区| 吉水县| 蓝田县| 曲周县| 青州市| 治多县| 报价| 河南省| 娱乐| 华坪县| 襄垣县| 乌拉特中旗| 航空| 雷波县| 固安县| 乌拉特后旗| 茌平县| 常宁市| 衡阳市| 昌吉市| 武冈市| 乌兰察布市| 泰宁县| 乌拉特前旗| 会宁县| 泾阳县| 昌吉市| 晋城| 成武县| 海安县| 白城市| 双鸭山市| 恩施市| 中卫市| 五台县| 互助| 商南县| 永春县| 安陆市| 双桥区| 莱州市|