最新下载
CSS3实现水位充满文字特效
24小时阅读排行榜
- 1 如何在 Go 中同时监听发送与接收通道并实现非阻塞选择
- 2 php调用听书插件如何实现暂停恢复_php听书插件暂停恢复实现法【操作】
- 3 php远程访问文件怎么打开_phpcurl批处理远程文件法【效率】
- 4 在线编辑器HTML5怎么去_在线编辑器去HTML5方式【说明】
- 5 HTML转HTML5怎样处理旧浏览器_用polyfill补兼容性缺口【兼容】
- 6 PHP字符串转日期支持农历吗_PHP农历串转日期探析【拓展】
- 7 PHP字符串含分隔符怎转日期_PHP分隔符串转日期处理【方案】
- 8 php远程访问文件怎么打开_php远程ini文件读取解析法【配置】
- 9 PHP怎样添加全文索引_PHP全文索引建表法【检索】
- 10 thinkphp上手难吗_新手学thinkphp要多久能入门【门槛】
- 11 PHP文件名替换怎么弄_替换含问号文件名注意什么【查询符】
- 12 PHP如何启用OPcache优化解释器_PHP启OPcache优化解释器法【缓存】
- 13 HTML5怎样用FileReader读取本地文件数据_HTML5FileReader读文件法【指南】
- 14 Gateway电脑播放html5遇花屏怎么办_Gateway排html5花屏【排查】
- 15 javascript动画如何实现_有哪些创建动画效果的方法
最新教程
-
- Node.js 教程
- 15524 2025-08-28
-
- CSS3 教程
- 1544687 2025-08-27
-
- Rust 教程
- 22804 2025-08-27
-
- Vue 教程
- 25278 2025-08-22
-
- PostgreSQL 教程
- 21856 2025-08-21
-
- Git 教程
- 8869 2025-08-21
$( document ).ready( function() {
//------------------------------------------------------------------------
//Settings - params for WarpDrive
var settings = {
width: 480,
height: 480,
autoResize: false,
autoResizeMinWidth: null,
autoResizeMaxWidth: null,
autoResizeMinHeight: null,
autoResizeMaxHeight: null,
addMouseControls: true,
addTouchControls: true,
hideContextMenu: true,
starCount: 6666,
starBgCount: 2222,
starBgColor: { r:255, g:255, b:255 },
starBgColorRangeMin: 10,
starBgColorRangeMax: 40,
starColor: { r:255, g:255, b:255 },
starColorRangeMin: 10,
starColorRangeMax: 100,
starfieldBackgroundColor: { r:0, g:0, b:0 },
starDirection: 1,
starSpeed: 20,
starSpeedMax: 200,
starSpeedAnimationDuration: 2,
starFov: 300,
starFovMin: 200,
starFovAnimationDuration: 2,
starRotationPermission: true,
starRotationDirection: 1,
starRotationSpeed: 0.0,
starRotationSpeedMax: 1.0,
starRotationAnimationDuration: 2,
starWarpLineLength: 2.0,
starWarpTunnelDiameter: 100,
starFollowMouseSensitivity: 0.025,
starFollowMouseXAxis: true,
starFollowMouseYAxis: true
};
多款漂亮炫目的通过配置参数进行灵活的配置,可用鼠标进行互动的HTML5 Canvas星空背景动画特效。
