Skip to content

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

License

Notifications You must be signed in to change notification settings

duxianwei520/flipgrid.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.6%
  • HTML 18.1%
  • CSS 10.3%