Skip to content

Instantly share code, notes, and snippets.

View wanghaooo's full-sized avatar
🎯
Focusing

WangHao wanghaooo

🎯
Focusing
  • 腾讯音乐科技有限公司
  • 深圳
View GitHub Profile
@wanghaooo
wanghaooo / gist:fd0968acd35cbc9a26991299f4536c1f
Last active August 11, 2019 12:10
显示全部DOM边框:调试页面元素边界时使用
[].forEach.call($$("*"), dom => {
dom.style.outline = "1px solid #" + (~~(Math.random() * (1 << 24))).toString(16);
});
@wanghaooo
wanghaooo / image-accordions-date-9-24-days-of-animation.markdown
Created April 10, 2019 06:06
Image Accordions - Date 9 (24 days of animation)
@wanghaooo
wanghaooo / codepen-challenge-polygon-surface.markdown
Created February 28, 2019 08:21
CodePen Challenge - Polygon Surface
@wanghaooo
wanghaooo / index.html
Created February 27, 2019 06:49
SVG polygon flowers
<svg id="svg"></svg>
@wanghaooo
wanghaooo / script.js
Created February 27, 2019 06:49
ZIM Polygon Pen - hahaha - for CodePen Challenge
const frame = new Frame("fit", 1024, 768, darker, dark);
frame.on("ready", ()=>{ // ES6 Arrow Function - similar to function(){}
zog("ready from ZIM Frame"); // logs in console (F12 - choose console)
// often need below - so consider it part of the template
let stage = frame.stage;
let stageW = frame.width;
let stageH = frame.height;
// REFERENCES for ZIM at http://zimjs.com
@wanghaooo
wanghaooo / 3-exoplanet.markdown
Created February 27, 2019 06:31
#3 - Exoplanet