Skip to content

Instantly share code, notes, and snippets.

View mikeyzito's full-sized avatar

Michael Zito mikeyzito

View GitHub Profile
@mikeyzito
mikeyzito / mouseTail
Created March 31, 2015 16:59
Mouse Tail Plugin
(function() {
var mouseEffects = new function() {
var tiles = [];
var body = document.getElementsByTagName('body')[0];
this.init = function(config) {
var split;
if (config.text) {
split = config.text.split('');
console.log('split: ', split);