Skip to content

Commit

Permalink
Rename gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Aug 31, 2019
1 parent 528ecbb commit 1f8ce71
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=350></img>
<img src="screens/snap_start.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=350></img>
<img src="screens/snap_center.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=350></img>
<img src="screens/snap_fling.gif" width=350></img>


## With decoration

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

## Features

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 1f8ce71

Please sign in to comment.