Skip to content

Instantly share code, notes, and snippets.

View bhrnd's full-sized avatar
🏠
Working from home

Brian Behrend bhrnd

🏠
Working from home
View GitHub Profile
@blackfyre
blackfyre / bootstrap-vertical-carousel.css
Last active December 29, 2015 17:19
A vertical carousel modifcation for Twitter Bootstrap 3
@dawsontoth
dawsontoth / animations.js
Created February 19, 2013 20:22
CommonJS module to make animations easier, like fading stuff out. Tested on iOS, Android, and Mobile Web.
/*
State.
*/
var simplify = Ti.Platform.osname === 'mobileweb';
var currentFlashes = {};
/*
Public API.
*/
exports.chainAnimateForever = chainAnimateForever;