Click to randomize colors.
A Pen by Kevin Levron on CodePen.
Click to randomize colors.
A Pen by Kevin Levron on CodePen.
<div id="text"> | |
3d text mixin ! | |
</div> | |
<a href="https://twitter.com/darby-brown" target="_blank">a scss mixin by @darbybrown</a> |
<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. | |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |