Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancsanchez committed Aug 17, 2016
2 parents 2250818 + ebd0bc5 commit c85c6b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A simple slider view of images for Android applications.
```Gradle
dependencies {
// ... other dependencies
compile 'io.github.jeancsanchez.photoviewslider:photoviewslider:1.0.0'
}
```

Expand Down Expand Up @@ -46,3 +46,8 @@ photoList.add(photo2);
```java
photoViewSlider.initializePhotos(photoList, 3);
```

###Change transition animation anytime
```java
photoViewSlider.setTechniqueAnimation(Techniques.BounceIn);
```

0 comments on commit c85c6b7

Please sign in to comment.