Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvuko committed Nov 2, 2017
1 parent 63d608c commit f715c0d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ Each caracter have its own `column`.

- `textColor`
- `font`
- `duration`
- `durationOffset`, delay between the end of the animation of each column
- `density`, number of characters by column for the animation
- `minLength`, you can force the minimum count of columns
- `isAscending`, the direction of the scroll
- `duration`, default to `1.5`
- `durationOffset`, delay between the end of the animation of each column, default to `0.2`
- `density`, number of characters added by column for the animation, default to `5`
- `minLength`, you can force the minimum count of columns, default to `0`
- `isAscending`, the direction of the scroll, default to `NO`

If you change one of this properties, you have to call `setValue` for update the view.

Expand Down

0 comments on commit f715c0d

Please sign in to comment.