Skip to content

Commit

Permalink
Merge pull request #14 from fermoya/feat/unit-testing
Browse files Browse the repository at this point in the history
Replacing images
  • Loading branch information
fermoya authored Feb 24, 2020
2 parents b694704 + 2873a88 commit 71fcbb1
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 @@ -81,7 +81,7 @@ Pager(...)
.itemAspectRatio(1.5, alignment: .end)
```

<img src="resources/item_alignment_start.gif" alt="Pages positioned at the start of the horizontal pager" height="640"/>
<img src="resources/item-alignment-start.gif" alt="Pages positioned at the start of the horizontal pager" height="640"/>

By default, `Pager` will create a horizontal container. Use `vertical` to create a vertical pager:

Expand All @@ -102,7 +102,7 @@ Pager(...)
.itemAspectRatio(0.6)
```

<img src="resources/orientation-alignment.gif" alt="Pages aligned to the start of the pager" height="640"/>
<img src="resources/orientation-alignment-start.gif" alt="Pages aligned to the start of the pager" height="640"/>

### Animations

Expand All @@ -113,7 +113,7 @@ Pager(...)
.interactive(0.8)
```

<img src="resources/interactive-pager.gif" alt="Interactive pager" height="640"/>
<img src="resources/interactive-pagers.gif" alt="Interactive pager" height="640"/>

You can also use `rotation3D` to add a rotation effect to your pages:

Expand All @@ -123,7 +123,7 @@ Pager(...)
.rotation3D()
```

<img src="resources/rotation3D.gif" alt="Rotation 3D" height="640"/>
<img src="resources/pager-rotation3D.gif" alt="Rotation 3D" height="640"/>

### Events

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

0 comments on commit 71fcbb1

Please sign in to comment.