Skip to content

Instantly share code, notes, and snippets.

@jory
jory / gist:7836845
Last active December 30, 2015 13:39 — forked from cshirky/gist:7807720
from socketIO_client import SocketIO
import re, random
### The basics:
# Messages FROM meatspace are a nested dict in the form
# {u'chat':
# {u'value':
# {u'media':
// ======================================================================
// Animation.scss
// - Contains helpers for keyframes animation in css3
// - Only functionally with Sass 3.2.0 Alpha and Compass 0.13.alpha
// ======================================================================
@mixin animation-name($name) {
-webkit-animation-name: $name;
-moz-animation-name: $name;
-ms-animation-name: $name;