Skip to content

Commit

Permalink
Adding vector config clarification (#216)
Browse files Browse the repository at this point in the history
Making it a little clearer that you can use vector config options with vector values.
  • Loading branch information
paulmand3l authored and charpeni committed Feb 28, 2018
1 parent 92c964d commit f141fc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/animated.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ For example, when working with horizontal scrolling gestures, you would do the f

## Methods

When the given value is a ValueXY instead of a Value, each config option may be a vector of the form `{x: ..., y: ...}` instead of a scalar.

### `decay()`

```javascript
Expand Down

0 comments on commit f141fc0

Please sign in to comment.