Skip to content

Instantly share code, notes, and snippets.

View nchristus's full-sized avatar

Nick Christus nchristus

  • Kansas City, MO
View GitHub Profile
@nchristus
nchristus / gist:7256924
Created October 31, 2013 20:50
Old IE media queries
/ Named media queries
// ==========================================================================
$bp-small: em(650px);
$bp-medium: em(1024px);
$bp-large: em(1280px);
@mixin at-least($device-width, $old-ie: "false") {
@media screen and (min-width: $device-width) {
@content;
var HomeUI = {
imageLoadCounter:1,
delayTimer:null,
animationTimer:null,
timerCounter:0,
currentAnimation:null,
animating:false,
popUpTimer:null,
NUM_IMAGES_TO_LOAD:4,
POP_UP_DELAY:3000,