爱易网
IT新闻
IT新闻
爱易资讯
网站搭建
云虚拟主机教程
云服务器教程
Apache教程
IIS教程
Nginx教程
网站策划
站长文章
推广教程
淘宝客教程
网页设计
HTML教程
XHTML教程
CSS教程
HTML5教程
CSS3教程
JavaSript基础
JQuery教程
Node.js教程
前端技术
Ajax教程
Js特效
Xml教程
平面设计
页面UI设计
photoshop教程
程序开发
AI人工智能
Asp教程
Php教程
Asp.Net教程
Net Core教程
C#教程
Java教程
Jsp教程
开发技术
微信小程序教程
Uniapp开发教程
微信公众号开发
Andriod教程
IOS教程
DOS教程
Python教程
Docker教程
Windows Container教程
数据库
MSSQL教程
MySQL教程
Redis教程
Access教程
Oracle教程
数据库教程
操作系统
Linux教程
Windows教程
MAC教程
Cisco教程
交换机教程
防火墙教程
搜索
爱易网页
JS特效
一个JS高手在IE9开发大赛上写的JS特效参赛作品
一个JS高手在IE9开发大赛上写的JS特效参赛作品
日期:2014-05-18 浏览次数:20236 次
以下是程序代码
<!DOCTYPE HTML> <html> <head> <title>Rag Doll</title> <meta name="Author" content="hongru.chenhr"> <meta http-equiv="Content-type" content="text/javascript; charset=utf-8"> <style type="text/css"> html { overflow: hidden; } body { margin: 0px; padding: 0px; background: #222; position: absolute; width: 100%; height: 100%; } #screen { position: absolute; left: 6%; top: 10%; width: 88%; height: 80%; background: #000; overflow: hidden; cursor: default; } #title { position: absolute; font-family: verdana; width: 100%; font-size: 7em; font-weight: bold; color: #181818; text-align: center; z-index:0; } </style> <script type="text/javascript"> var __SVG = false; var __svgNS = false; if (document.createElementNS) { __svgNS = "http://www.w3.org/2000/svg"; __svg = document.createElementNS(__svgNS, "svg"); __SVG = (__svg.x != null); } if (__SVG) { /* ============= SVG ============== */ vectorGraphics = function(o, antialias) { this.canvas = document.createElementNS(__svgNS, "svg"); this.canvas.style.position = "absolute"; o.appendChild(this.canvas); this.createLine = function(w, col, linecap) { var o = document.createElementNS(__svgNS, "line"); o.setAttribute("shape-rendering", antialias?"auto":"optimizeSpeed"); o.setAttribute("stroke-width", Math.round(w)+"px"); if (col) o.setAttribute("stroke", col); if (linecap) o.setAttribute("stroke-linecap", linecap); o.move = function(x1, y1, x2, y2) { this.setAttribute("x1", Math.round(x1) + .5); this.setAttribute("y1", Math.round(y1)); this.setAttribute("x2", Math.round(x2)); this.setAttribute("y2", Math.round(y2)); } o.color = function(c){ this.setAttribute("stroke", c); } o.RGBcolor = function(R, G, B){ this.setAttribute("stroke", "rgb("+Math.round(R)+","+Math.round(G)+","+Math.round(B)+")"); } o.stroke_weight = function(s){ this.setAttribute("stroke-width", Math.round(s)+"px"); } this.canvas.appendChild(o); return o; } this.createPolyline = function(w, points, col, fill) { var o = document.createElementNS(__svgNS, "polyline"); o.setAttribute("shape-rendering", antialias?"auto":"optimizeSpeed"); o.setAttribute("stroke-width", Math.round(w)); if (col) o.setAttribute("stroke", col); o.setAttribute("fill", fill?fill:"none"); if (points) o.setAttribute("points", points); o.move = function(points) { this.setAttribute("points", points); } this.canvas.appendChild(o); return o; } this.createOval = function(diam, filled) { var o = document.createElementNS(__svgNS, "circle"); o.setAttribute("shape-rendering", antialias?"auto":"optimizeSpeed"); o.setAttribute("stroke-width", 0); o.setAttribute("r", Math.round(diam / 2)); o.style.cursor = "pointer"; o.move = function(x1, y1, radius) { this.setAttribute("cx", Math.round(x1)); this.setAttribute("cy", Math.round(y1)); this.setAttribute("r", Math.round(radius)); } o.stroke_color = function(col) { this.setAttribute("stroke", col); } o.fill_color = function(col) { this.setAttribute("fill", col); } o.stroke_weight = function(sw) { this.setAttribut
上一篇:狡猾的按钮特效
下一篇:js网页进度条等待特效
免责声明:
本文仅代表作者个人观点,与爱易网无关。其原创性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容、文字的真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
相关资料
更多>
纸媒深探版权蓝海抗衡互联网的时机到来了
迪信通神秘免费服务揭谜底:充电宝免费带回家
银河证券王锦炎:金融业如何使用大数据
湘鄂情剥离餐饮业务进军大数据的底气在哪里?
黑莓高管:黑莓能作为家“小众公司”活下来
玩游戏式的趣味戒烟App:Kwit
网络音乐非片面收费 高晓松时间表难完成
中国手游总裁及8名高管集体下岗,被指涉不当交易
韩国研制无线充电系统:一次可充40部手机
推荐阅读
更多>
说说这一个月的赌球输了多少
惠普董事长莱恩辞职 为巨额财务减记埋单
开个房刷个卡全世界都知道个人隐私成公开秘密
诺基亚若没加入微软,只不过是另一个HTC而已
工商下月将整治手机市场
余额宝收益率跌破5% 银行系宝宝收益率赶超
中移动业绩增长趋缓 目光转向海外市场
马斯克的特斯拉能否保持好势头
八位知名设计师评iOS7:新鲜但复杂
网易云音乐能否为丁磊拿到移动互联网门票?
《中国三网融合业务运营管理》研讨报告征订函
SAP高层调整:联席CEO孟鼎铭成唯一掌舵人
广东移动高层受调查 中移动或现更大反腐风暴
诺基亚培育低端机市场 迂回战术要挟中华酷联
易迅大众点评缩水执行“七天后悔权”被约谈
神州电脑中止IPO面前:再被质疑财务造假
HTC的三大迷惘:高管釜底抽薪 产品营销战略混乱
苹果股价突破100美元大关:投资者看好iPhone 6
迅雷欲3300万美元收购金山快盘 预计9月完成
韩国研制无线充电系统:一次可充40部手机