Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Set bounce/momentum options
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
framer/Defaults.coffee
|
@@ -27,12 +27,12 @@ Originals = |
|
|
momentum: true |
|
|
momentumOptions: |
|
|
friction: 2.1 |
|
|
tolerance: 1/10 |
|
|
tolerance: 10 |
|
|
bounce: true |
|
|
bounceOptions: |
|
|
friction: 40 |
|
|
tension: 200 |
|
|
tolerance: 1/10000 |
|
|
tolerance: 1 |
|
|
directionLock: false |
|
|
directionLockThreshold: |
|
|
x: 10 |
|
|