国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 開(kāi)發(fā) > JS > 正文

利用jquery制作滾動(dòng)到指定位置觸發(fā)動(dòng)畫(huà)

2024-05-06 16:29:59
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
本文只是一個(gè)簡(jiǎn)單的演示程序,大家可以根據(jù)自己的需求進(jìn)行修改,以達(dá)到自己想要實(shí)現(xiàn)的功能。
 

利用CSS3的 animation 動(dòng)畫(huà)特性來(lái)完成的,對(duì)IE的兼容性不是太好,適用與手機(jī)端。

<!doctype html><html><head><meta charset="utf-8"><title>sas</title><script type="text/javascript" src="http://apps.bdimg.com/libs/jquery/1.9.1/jquery.min.js"></script><style type="text/css">*{ margin:0px; padding:0px;}.gs{position:relative;top:800px; background-color:#099; left:150px; width:80px; }.xz{animation:roate 2s;animation-fill-mode:forwards;animation-direction:alternate;	}@keyframes roate{	from { transform:rotate(0deg);	width:100px;  height:100px; }	to{transform:rotate(360deg);	width:200px;  height:200px;	}}.xs{ width:50px; float: left; height:30px; background-color: #F90; position:fixed; left:700px; top:0px;}</style></head><body><script type="text/javascript">function gdjz(div,cssname,offset){	var a,b,c,d;	d=$(div).offset().top;	a=eval(d + offset);	b=$(window).scrollTop(); 	c=$(window).height();	if(b+c>a){		$((div)).addClass((cssname));		}	}	$(document).ready(function(e) {$(window).scroll(function(){	gdjz("#dh",'xz',500);	}	/*var a,b,c;a=$("#dh").offset().top;//元素相對(duì)于窗口的距離b=$(window).scrollTop(); //監(jiān)控窗口已滾動(dòng)的距離;c=$(document).height();//整個(gè)文檔的高度d=$(window).height();//瀏覽器窗口的高度*/	/*if(d+b>a+100){	$("#dh").addClass("xz");	}*/	);});</script><div style="height:1800px; background-color:#999; width:500px; float:left;"><div id="dh" class="gs" >觸發(fā)動(dòng)畫(huà)</div></div><div class="xs"></div></body></html>


發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 镇康县| 保定市| 宜川县| 临桂县| 年辖:市辖区| 缙云县| 嘉荫县| 德清县| 澳门| 雷波县| 涟源市| 年辖:市辖区| 清远市| 措勤县| 沾化县| 汉川市| 菏泽市| 通江县| 玉环县| 二连浩特市| 舒城县| 波密县| 南京市| 阜新| 南召县| 沙雅县| 留坝县| 彩票| 镇赉县| 延津县| 新建县| 雷州市| 镇远县| 珠海市| 汝阳县| 太仆寺旗| 高州市| 高州市| 桂东县| 特克斯县| 公主岭市|