Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfucat authored Apr 21, 2018
1 parent 333cbd7 commit ae558ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,17 @@ Options : ```viewPager.setPageTransformer(true, new RotateAboutBottomTransformer
<img src="https://user-images.githubusercontent.com/20863182/39087486-5721df22-45bf-11e8-84fe-3f0dc05056b4.gif" width="270" height="480"/>
</p>

### 12. Random Transformer

### 12. Accordion Transformer

Options : ```viewPager.setPageTransformer(true,new AccordionTransformer());```

<p align="center">
<img src="https://user-images.githubusercontent.com/20863182/39087683-4b5ff13a-45c2-11e8-8aa7-b2e3ecfeb5d8.gif" width="270" height="480"/>
</p>


### 13. Random Transformer

Select a Random Transformer from the available ones.

Expand Down

0 comments on commit ae558ac

Please sign in to comment.