Skip to content

Instantly share code, notes, and snippets.

View simondodson's full-sized avatar
💭
youthsnews.com.au

SIMON DODSON simondodson

💭
youthsnews.com.au
View GitHub Profile
@simondodson
simondodson / index.html
Created September 27, 2020 22:29
Scss 3D Text Mixin
<div id="text">
3d text mixin !
</div>
<a href="https://twitter.com/darby-brown" target="_blank">a scss mixin by @darbybrown</a>
@simondodson
simondodson / index.html
Created September 27, 2020 22:28
Staggered Bouncing 3D Loading
<div class="loading">Loading</div>
// iMacro CheatSheet - Command Reference
// http://wiki.imacros.net/Command_Reference
// iMacros supports 3 types of variables:
// * The macro variables !VAR0 thru !VAR9. They can be used with the SET and ADD command inside a macro.
// * Built-in variables. They contain certain values set by iMacros.
// * User-defined variables. They are defined in-macro using the SET command.
@simondodson
simondodson / 0_reuse_code.js
Created November 9, 2013 13:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console