Skip to content

Commit

Permalink
Use higher quality gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Aug 31, 2019
1 parent 0d0ce87 commit 528ecbb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ val snapHelper = GravitySnapHelper(Gravity.START)
snapHelper.attachToRecyclerView(recyclerView)
```

<img src="screens/start_snap.gif" width=200></img>
<img src="screens/start_snap.gif" width=350></img>

## Center snapping

Expand All @@ -59,19 +59,19 @@ val snapHelper = GravitySnapHelper(Gravity.CENTER)
snapHelper.attachToRecyclerView(recyclerView)
```

<img src="screens/center_snap.gif" width=200></img>
<img src="screens/center_snap.gif" width=350></img>

## Limiting fling distance

If you use **setMaxFlingSizeFraction** or **setMaxFlingDistance**
you can change the maximum fling distance allowed.

<img src="screens/fling_limit_snap.gif" width=200></img>
<img src="screens/fling_limit_snap.gif" width=350></img>


## With decoration

<img src="screens/decoration_snap.gif" width=200></img>
<img src="screens/decoration_snap.gif" width=350></img>

## Features

Expand Down
Binary file modified screens/center_snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screens/decoration_snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screens/fling_limit_snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screens/start_snap.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 528ecbb

Please sign in to comment.