Skip to content

Commit 972ed75

Browse files
committed
Add rebuilt paper example
Remove famo.us example
1 parent d199c79 commit 972ed75

21 files changed

+853
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
*.DS_STORE
2-
.idea
2+
.idea
3+
.build*

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "hammer.js"]
2+
path = hammer.js
3+
url = https://github.com/hammerjs/hammer.js

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
The facebook paper cards rebuilt in javascript.
1+
Facebook paper interactions rebuilt in javascript.
22

33
This uses [velocity](velocityjs.org) for animations and [hammerjs](https://github.com/hammerjs/hammer.js) for touch events.

0 commit comments

Comments
 (0)