必威体育Betway必威体育官网
当前位置:首页 > IT技术

鼠标特效

时间:2019-10-03 23:44:43来源:IT技术作者:seo实验室小编阅读:62次「手机版」
 

鼠标特效

文章目录

  • 文字-jq
  • 爱心-js

文字-jq

<script type="text/javascript">
	/* 鼠标特效 */
	var a_idx = 0;
	jQuery(document).ready(function($) {
	    $("body").click(function(e) {
	        var a = new Array("富强", "民主", "文明", "和谐", "自由", "平等", "公正" ,"法治", "爱国", "敬业", "诚信", "友善");
	        var $i = $("<span/>").text(a[a_idx]);
	        a_idx = (a_idx + 1) % a.length;
	        var x = e.pageX,
	        y = e.pageY;
	        $i.css({
	            "z-index": 999999999999999999999999999999999999999999999999999999999999999999999,
	            "top": y - 20,
	            "left": x,
	            "position": "absolute",
	            "font-weight": "bold",
	            "color": "#ff6651"
	        });
	        $("body").APPend($i);
	        $i.animate({
	            "top": y - 180,
	            "opacity": 0
	        },
	        1500,
	        function() {
	            $i.remove();
	        });
	    });
	});
	</script>

爱心-js

<script>
		!function(e, t, a) {
    function r() {
        for (var e = 0; e < s.length; e++) s[e].alpha <= 0 ? (t.body.removeChild(s[e].el), s.splice(e, 1)) : (s[e].y--, s[e].scale += .004, s[e].alpha -= .013, s[e].el.style.csstext = "left:" + s[e].x + "px;top:" + s[e].y + "px;opacity:" + s[e].alpha + ";transform:scale(" + s[e].scale + "," + s[e].scale + ") rotate(45deg);background:" + s[e].color + ";z-index:99999");
        requestAnimationFrame(r)
    }
    function n() {
        var t = "function" == typeof e.onclick && e.onclick;
        e.onclick = function(e) {
            t && t(),
            o(e)
        }
    }
    function o(e) {
        var a = t.createElement("p");
        a.className = "heart",
        s.push({
            el: a,
            x: e.clientX - 5,
            y: e.clientY - 5,
            scale: 1,
            alpha: 1,
            color: c()
        }),
        t.body.appendChild(a)
    }
    function i(e) {
        var a = t.createElement("style");
        a.type = "text/css";
        try {
            a.appendChild(t.createTextNode(e))
        } catch(t) {
            a.styleSheet.cssText = e
        }
        t.getElementsByTagName("head")[0].appendChild(a)
    }
    function c() {
        return "rgb(" + ~~ (255 * Math.random()) + "," + ~~ (255 * Math.random()) + "," + ~~ (255 * Math.random()) + ")"
    }
    var s = [];
    e.requestAnimationFrame = e.requestAnimationFrame || e.webkitRequestAnimationFrame || e.mozRequestAnimationFrame || e.oRequestAnimationFrame || e.msRequestAnimationFrame ||
    function(e) {
        settimeout(e, 1e3 / 60)
    },
    i(".heart{width: 10px;height: 10px;position: fixed;background: #f00;transform: rotate(45deg);-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);}.heart:after,.heart:before{content: '';width: inherit;height: inherit;background: inherit;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;position: fixed;}.heart:after{top: -5px;}.heart:before{left: -5px;}"),
    n(),
    r()
} (window, document);
	</script>

相关阅读

鼠标特效

要将它放在页脚Html代码内:<script type="text/javascript"> /* 鼠标特效 */ var a_idx = 0; jQuery(document).ready(function($)

ipad无线鼠标怎么用?

苹果为 iPad 用户带来了期待已久的鼠标支持,虽然这只是一个没有默认开启的辅助功能。那么ipad该怎么连接无线鼠标并使用呢?下面我们

小米鼠标怎么样?

没有什么是小米不涉及的,在其官方商城中,你几乎可以找到任何产品,种类繁多,堪比淘宝与京东。而如今小米鼠标的发布,更是加强了小米的产

如何修改鼠标指针的样式

如何修改鼠标指针的样式 概要 不知道经常使用电脑的你有没有遇到过这样的问题,使用电脑的时候经常找不到自己的”鼠标指针”(就是

如何完整离线保存网页,包括网页完整特效?

way1 在 Chrome 地址栏中键入“chrome://flags”,回车,这是一个 Chrome 的功能配置页面,项目比较多,我们通过 Ctrl+F 来搜索“mhtml”

分享到:

栏目导航

推荐阅读

热门阅读