A Pen by Kyoya Baba on CodePen.
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
console.group("inception movie"); | |
var inception = (function() { | |
/* on flight: arianna's dream */ | |
var timerate = 1; | |
timerate=1/40*365*24;//The period of the final of the film reveals about forty years passed because the older man is about 80 now and was about 40 before the dream. So the period hours is 40*365*24. There are total 5 levels of all the dreams so the time rate should about 1/Math.pow(40*365*24,1/5)โ1/12.85โ0.078. | |
var team = ["Yusuf", "Arthur", "Eames", "Saito", "Arianna", "Dominic", "Mr.Fischer"]; | |
console.log("Real world", team); |
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
<canvas></canvas> | |
<div id="intro"> | |
<p>Use the aliens to destroy the laser base 3 times or successfully land them!</p> | |
<p>Try to lose as few as possible.</p> | |
<table> | |
<thead> | |
<tr> | |
<th colspan="2">Controls</th> | |
</tr> | |
</thead> |
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
<canvas id="area"></canvas> |
Dissolved in the blue.
A Pen by Gerard Ferrandez on CodePen.
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 class="solar-system"> | |
<div class="sun"> | |
<div class="label"> | |
<h2 class="label__title">Sun</h2> | |
</div> | |
<div class="system system--mercury"> | |
<div class="planet planet--mercury"></div> | |
<div class="label"> |
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 class="hoverit"><h4> Hover it</h4></div> | |
<div class="check"> <h4>Check it</h4></div> | |
<div class="first"><h3><span class=h>H</span><span class="e">e</span><span class="y">y</span> <span class="m">m</span><span class="y">y</span> <span class="n">n</span><span class="a">a</span><span class="m">m</span><span class="e">e</span> <span class="i">i</span><span class="s">s</span> <span class="a">A</span><span class="n">n</span><span class="a">a</span></h3></div> | |
<div class="wraper"> | |
<div class="hor"></div> | |
<div class="ver"></div> | |
</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
<div class="container"> | |
<svg> | |
<g transform="translate(125, 75) scale(0.85)"> | |
<line x1="150" y1="600" x2="150" y2="25" stroke="#fff" /> | |
<line x1="150" y1="600" x2="1000" y2="600" stroke="#fff" /> | |
<line x1="250" y1="600" x2="250" y2="620" stroke="#fff" /> | |
<line x1="350" y1="600" x2="350" y2="620" stroke="#fff" /> | |
<line x1="450" y1="600" x2="450" y2="620" stroke="#fff" /> | |
<line x1="550" y1="600" x2="550" y2="620" stroke="#fff" /> |
NewerOlder