02 2016 档案

2016/02/29 codes
摘要:GetProxy:function(proxyId){ if(proxyId == b2Pair.b2_nullPair || this.m_proxyPool[proxyId].IsValid() == false){return null;} return this.m_proxyPool[pr 阅读全文

posted @ 2016-02-29 17:18 琳姐姐 阅读(169) 评论(0) 推荐(0)

2016/02/28 codes
摘要:pair.SetRemoved(); if(b2BroadPhase.s_validate){this.ValidateBuffer();} }, commit:function(){var i = 0;var removeCount = 0;var proxies = this.m_broadPh 阅读全文

posted @ 2016-02-28 13:28 琳姐姐 阅读(132) 评论(0) 推荐(0)

2016/02/27 codes
摘要:b2Math.b2Abs = function(a){return a > 0.0 ? a : -a ;};b2Math.b2AbsV = function(a){var b = new b2Vec2(b2Math.b2Abs(a.x),b2Math.b2Abs(a.y));return b};b2 阅读全文

posted @ 2016-02-27 22:06 琳姐姐 阅读(97) 评论(0) 推荐(0)

2016/02/25 codes
摘要:var b2Math = Class.create();b2Math.prototype = {initialize: function () {};b2Math.b2IsValid = function (x) { return isFinite(x);};b2Math.b2Dot = funct 阅读全文

posted @ 2016-02-25 22:05 琳姐姐 阅读(188) 评论(0) 推荐(0)

2016/02/24 codes
摘要:CrossVF:function (s){var tX = this.x;x.this = s * this.y;this.y = -s * tX;}, CrossFV:function (s){var tX = this.x;this.x = -s * this.y;this.y = s * tX 阅读全文

posted @ 2016-02-24 23:42 琳姐姐 阅读(90) 评论(0) 推荐(0)

2016/02/23 codes
摘要:function loop(){ if(getBrowserDimensions()){ setwalls(); }}delta[0] += (0 - delta[0]) * 5;delta[1] += (1 - delta[1]) * 5; world.m_gravity. x = gravity 阅读全文

posted @ 2016-02-23 22:48 琳姐姐 阅读(116) 评论(0) 推荐(0)

2016/02/22 codes
摘要:var canvas;var delta = [0,0];var stage = [window.screenX,window.screenY,window.innerWidth,window.innerHeight];getBrowserDimensions(); var themes = [ [ 阅读全文

posted @ 2016-02-22 17:52 琳姐姐 阅读(162) 评论(0) 推荐(0)

2016/02/21 codes
摘要:var Class = { create:function(){ var parent = null,properties = $A(arguments); if(Object.isFunction(properties[0])) parent = properties.shift(); funct 阅读全文

posted @ 2016-02-21 20:58 琳姐姐 阅读(132) 评论(0) 推荐(0)

2016/02/20 codes
摘要:<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>2016/02/20</title></head><body><div id="mainDiv"> <div id = "content"> <div id = " 阅读全文

posted @ 2016-02-20 13:48 琳姐姐 阅读(285) 评论(0) 推荐(0)

2016/02/19 codes
摘要:<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title></title> <style> h1{text-align: center;} p1{text-align: center;} *{ margin:0; padd 阅读全文

posted @ 2016-02-19 22:38 琳姐姐 阅读(179) 评论(0) 推荐(0)

2016/2/17 codes
摘要:.roundedTwo label:after { content: ''; width: 9px; height: 5px; position: absolute; top: 5px; left: 4px; border: 3px solid #fcfff4; border-top: none; 阅读全文

posted @ 2016-02-17 23:32 琳姐姐 阅读(134) 评论(0) 推荐(0)

2016/02/16 codes
摘要:<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <title>2016/02/16 codes</title> <link rel="stylesheet" href="assets/reset.css"> <style> . 阅读全文

posted @ 2016-02-16 13:12 琳姐姐 阅读(101) 评论(0) 推荐(0)

2016/02/15 codes
摘要:return e.addTest = function(a,b){ if(typeof a == "object") for(var d in a )y(a,d)&& e.addTest(d,a[d]); else{a = a.toLowerCase(); if(e[a]!== c)return e 阅读全文

posted @ 2016-02-15 22:20 琳姐姐 阅读(115) 评论(0) 推荐(0)

2016/02/14 codes
摘要:<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt 阅读全文

posted @ 2016-02-14 22:55 琳姐姐 阅读(153) 评论(0) 推荐(0)

2016/02/13 codes
摘要:return e.addTest = function(a,b){ if(typeof a == "object") for(var d in a )y(a,d)&& e.addTest(d,a[d]); else{a = a.toLowerCase(); if(e[a]!== c)return e 阅读全文

posted @ 2016-02-13 23:38 琳姐姐 阅读(116) 评论(0) 推荐(0)

2016/2/12 codes
摘要:var docElem = window.document.documentElement, transEndEventNames = { 'WebkitTransition':'webkitTransitionEnd', 'MozTransition':'mozTransitionEnd', 'O 阅读全文

posted @ 2016-02-12 22:29 琳姐姐 阅读(139) 评论(0) 推荐(0)

2016/02/11 grid3D.js
摘要:;(function(window){ 'use strict'; function grid3D(el,options){ this.el = el; this.options = extend({},this.options); extend(this.options,options); thi 阅读全文

posted @ 2016-02-11 22:49 琳姐姐 阅读(424) 评论(0) 推荐(0)

2016/02/06 codes
摘要:for(i = 0,I = p.length;I>i;i++)for(c = p[i]; c.n) { if(b){if(c,f){for( m = 0,n = c.f.length;n > m;m++)if(c.f[m] = b){c.f.splice(m,1);break}!c.f.length 阅读全文

posted @ 2016-02-06 23:55 琳姐姐 阅读(176) 评论(0) 推荐(0)

2016/02/04
摘要:;(function(window){ 'use strict'; function extend(a,b){ for(var key in b){ if(b.hasOwnProperty(key)){ a[key] = b[key]; } } return a; } function SVGLod 阅读全文

posted @ 2016-02-04 23:06 琳姐姐 阅读(342) 评论(0) 推荐(0)

2016/02/03
摘要:<!DOCTYPE html><html><head lang="en"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="widt 阅读全文

posted @ 2016-02-03 23:51 琳姐姐 阅读(214) 评论(0) 推荐(0)

2016/02/02 slicebox(css部分)
摘要:.shadow{ width:100%; height: 168px; position: relative; margin-top: -110px; background: transparent url(../images/shadow.png) no-repeat bottom center; 阅读全文

posted @ 2016-02-02 20:41 琳姐姐 阅读(175) 评论(0) 推荐(0)

2016/2/1 modernizr.46684.js(下半部分)
摘要:function q(a){a||(a = b); var c = m(a); return r.shivCSS && !f && !c.hasCSS && (c.hasCSS = !!k(a,"article,aside,figcaption,figure,footer,header,hgroup 阅读全文

posted @ 2016-02-01 14:17 琳姐姐 阅读(149) 评论(0) 推荐(0)

导航