https://github.com/mlms13/pop-and-flip
A jQuery plugin for popping cards into modal boxes that flip to show the back
https://github.com/mlms13/pop-and-flip
Last synced: 5 months ago
JSON representation
A jQuery plugin for popping cards into modal boxes that flip to show the back
- Host: GitHub
- URL: https://github.com/mlms13/pop-and-flip
- Owner: mlms13
- Created: 2014-02-22T13:13:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-27T03:03:55.000Z (over 12 years ago)
- Last Synced: 2025-04-06T22:47:54.784Z (about 1 year ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pop and Flip
Pop and Flip is (or soon will be) a jQuery plugin that allows you to easily animate cards to pop up (similar to [Fluidbox](https://github.com/terrymun/Fluidbox)) and flip over to reveal the back side in a modal box.
## Building Your Own
I haven't made any releases yet, because it's super incomplete, but if you want to build your own copy or help out with development, make sure you have [Node](http://nodejs.org/), [NPM](https://www.npmjs.org/), and [Gulp](http://gulpjs.com/) installed.
Then, `cd` into the project directory, run `npm install` to download all the dev dependencies, then run `gulp` to compile the CSS and JavaScript.
Temper your expectations at this point. It doesn't do much.