duxianwei520 / flipgrid.js

flipgrid.js is a simple, content-focused photo gallery inspired by Microsoft's Metro interface and CSS 3D transitions.

Home Page:http://ericleong.github.io/flipgrid.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flipgrid.js

flipgrid.js is a simple, content-focused photo gallery inspired by Microsoft's Metro interface and CSS 3D transitions.

Visit ericleong.github.io/flipgrid.js for a demo.

Demo

Install python, and in your terminal, run

python -m SimpleHTTPServer

and visit

localhost:8000/demo.html

in your browser.

Usage

var fg = new flipgrid(<selector>, <image loader>, <number of columns>);
fg.load();

where <image loader> is one of

  • flipgrid.prototype.loadTumblr
  • flipgrid.prototype.loadFlickr
  • flipgrid.prototype.loadPicasa
  • flipgrid.prototype.loadInstagram

About

flipgrid.js is a simple, content-focused photo gallery inspired by Microsoft's Metro interface and CSS 3D transitions.

http://ericleong.github.io/flipgrid.js

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 71.6%Language:HTML 18.1%Language:CSS 10.3%