A style picker
As usual, scroll snap buggy/janky with mousewheel :(
Avatars from https://avachara.com/avatar/fashion.php Random words from https://www.ties.com/blog/100-years-of-mens-fashion
A style picker
As usual, scroll snap buggy/janky with mousewheel :(
Avatars from https://avachara.com/avatar/fashion.php Random words from https://www.ties.com/blog/100-years-of-mens-fashion
#example_game |
<header> | |
<div class="wrap"> | |
<h1>Radial-gradient</h1> | |
<p>Patterns with | |
<a href="https://css-doodle.com" target="_blank">css-doodle</a> | |
and CSS <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/radial-gradient" target="_blank">radial-gradient()</a>. | |
</p> | |
</div> | |
</header> | |
<ul class="patterns"> |
You'll be able to keep track of five habits of your choice. You can custom each habit name and its color. You won't loose any progress made since it uses localStorage to keep it all.
If the month changes you'll have the chance to keep the same habits or modify them. You'll be able to see the previous/next data if there is as well.
This tracker is Sean McCabe idea's so you can check his page and learn more about it.
<script id="fragmentShader" type="x-shader/fragment"> | |
/** | |
* Original shader code by Soulman | |
* https://stackoverflow.com/a/5493122/388201 | |
**/ | |
precision highp float; | |
const float PI = 3.14159265358979323846264; | |
const float TWOPI = PI*2.0; |
<div class="man"> | |
<div class="head"></div> | |
<div class="body"></div> | |
<div class="feet"> | |
<div class="foot"></div> | |
<div class="foot"></div> | |
</div> | |
</div> |
A Pen by Manajit Pal on CodePen.
A Pen by Thibaud Goiffon on CodePen.
Little endless scroller I would like to refine, if you have any suggestion / advice about the code or gameplay go on.
Credits : Music from Trevor Lentz ( https://opengameart.org/content/just-move)
A Pen by Thibaud Goiffon on CodePen.