Using d3.js, trianglify.js and velocity.js I was able to create a randomly generated, multilayered, transitioning and responsive background effect.
A Pen by Bill Searle on CodePen.
$(".scroll").click(function(event) { | |
event.preventDefault(); | |
var scrollToId = $(this).attr('href'); | |
$("html, body").animate({ scrollTop: $(scrollToId).offset().top }, 400); | |
}); |
<ul> | |
<li>Lorem ipsum dolor sit amet.</li> | |
<li>Lorem ipsum dolor sit amet.</li> | |
<li>Lorem ipsum dolor sit amet.</li> | |
<li>Lorem ipsum dolor sit amet.</li> | |
<li>Lorem ipsum dolor sit amet.</li> | |
<li>Lorem ipsum dolor sit amet.</li> | |
</ul> |
Using d3.js, trianglify.js and velocity.js I was able to create a randomly generated, multilayered, transitioning and responsive background effect.
A Pen by Bill Searle on CodePen.
A text readable clock. Availble here: https://chrome.google.com/webstore/detail/text-clock/caacmmeopdailkdlgkimndodjipilaha
A Pen by Bill Searle on CodePen.