This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="testfield" class="span16"> | |
<div class="flyout-wrap"> | |
<a class="flyout-btn" href="#" title="Toggle"><span>Flyout Menu Toggle</span></a> | |
<ul class="flyout flyout-init"> | |
<li><a href="#"><span>Item</span></a></li> | |
<li><a href="#"><span>Item</span></a></li> | |
<li><a href="#"><span>Item</span></a></li> | |
<li><a href="#"><span>Item</span></a></li> | |
<li><a href="#"><span>Item</span></a></li> | |
<li><a href="#"><span>Item</span></a></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="bg"> | |
<img src="http://img.skitch.com/20120814-m3ei5cptau2yjn7sgi2a4i62kn.png" alt=""> | |
</div> | |
<div class="wrapper"> | |
<div class="progress"></div> | |
</div> | |
<div class="wrapper"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="container"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
// create a scene | |
var scn = new DivSugar.Scene().setSize(800, 600).setImage('#d0d0d0').appendTo(document.body); | |
// maximize the scene size | |
function resize() { scn.adjustLayout(window.innerWidth, window.innerHeight, 'cover'); } | |
window.addEventListener('resize', resize, true); | |
resize(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> | |
<meta name="description" content="" /> | |
<meta name="viewport" content="width=device-width,initial-scale=1" /> | |
<title></title> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>Google Logo with CSS3 Animations</h1> | |
<p>Another one of my experiments while learning about CSS3 animations and transitions. @lostinthegc</p> | |
<div class="wrap"> | |
<img src="http://i.imgur.com/e8LMT.png" /> <!-- Original logo. --> | |
<div class="pen"> <!-- Sexy times logo.--> | |
<div class="blue"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<section id="wrapper"> | |
<label title="Ctrl-Click">[ <span id="screenshot">Screenshot</span> ]</label> | |
<label title="Shift-Click">[ <span id="revRotation">Reverse Rotation</span> ]</label> | |
<label title="Alt-Click">[ <span id="palette">Reverse Palette</span> ]</label> | |
<label class="right" title="Ctrl-Mouse Wheel">[ Draw Alpha: <span id="drawAlpha">0.0750</span> ]</label> | |
<label class="right" title="Alt-Mouse Wheel">[ Clear Alpha: <span id="clearAlpha">0.0100</span> ]</label> | |
<label class="right" title="Shift-Mouse Wheel">[ Rotation: <span id="rotation">0.0050</span> ]</label> | |
<label class="right" title="Mouse Wheel">[ Scale: <span id="scale">1.2000</span> ]</label> | |
<canvas id="canvas" width="1200" height="600"></canvas> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="wrapper"> | |
<div id="container"> | |
<div id="output"></div> | |
<div id="star"> | |
<div class="trench_wall north"></div> | |
<div class="trench_wall"></div> | |
<div class="trench_wall south"></div> | |
</div> | |
</div><!-- container --> | |
</div><!-- wrapper --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul> | |
<li class="a-1"></li> | |
<li class="a-2"></li> | |
<li class="a-3"></li> | |
<li class="a-4"></li> | |
<li class="a-5"></li> | |
<li class="a-6"></li> | |
<li class="a-7"></li> | |
<li class="a-8"></li> | |
<li class="a-9"></li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>Double-click to add new nodes. Drag to move them. <br>Change skin: <a id="prevSkin" href="#">Previous</a> / <a id="nextSkin" href="#">Next</a>.</p> | |
<canvas id='world'></canvas> |