js鼠标点击页面光标圆点动画特效

来源:https://www.sucaihuo.com/js/1651.html 2017-04-06 21:48浏览(3407) 收藏

这是一款鼠标点击后出现圆点的光标动画,设计的不错,光标可以改图。
js鼠标点击页面光标圆点动画特效
分类: 难易:初级
查看演示 下载资源 下载积分: 20 积分
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) {if (window.CP.shouldStopExecution(2)){break;} var source = arguments[i]; for (var key in source) {if (window.CP.shouldStopExecution(1)){break;} if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } }
window.CP.exitedLoop(1);
 }
window.CP.exitedLoop(2);
 return target; };

var OPTS = {
    fill: 'none',
    radius: 25,
    strokeWidth: { 50: 0 },
    scale: { 0: 1 },
    angle: { 'rand(-35, -70)': 0 },
    duration: 500,
    left: 0,
    top: 0,
    easing: 'cubic.out'
};
标签: 动画鼠标点击
评论0
头像

系统已开启自动识别垃圾评论机制,识别到的自动封号,下载出错或者资源有问题请联系全栈客服QQ 1915635791

1 2