Skip to content

Instantly share code, notes, and snippets.

View gmyx's full-sized avatar

Guy Moreau gmyx

  • Canada
View GitHub Profile
<h2>Transitions</h2>
<div class="col column-12">
<div class="transition-long"></div><br>
<div class="transition-short"></div>
</div>
<br style="clear:both"><br><br>
<h2>Transforms</h2>
<div class="col column-12">
@gmyx
gmyx / README
Last active October 1, 2018 11:50 — forked from joelambert/README
Drop in replace functions for setTimeout() & setInterval() that
make use of requestAnimationFrame() for performance where available
http://www.joelambert.co.uk
Copyright 2011, Joe Lambert.
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php