Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimsn98 committed Dec 25, 2018
2 parents 90405e7 + 2dd2bb9 commit 243a64a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Android Particles
Particle animation library for Android

[![](https://jitpack.io/v/ibrahimsn98/android-particles.svg)](https://jitpack.io/#ibrahimsn98/android-particles)

# Example
<img width="300" src="https://github.com/ibrahimsn98/android-particles/blob/master/art/particle.gif"/>
Expand All @@ -16,7 +17,7 @@ allprojects {
}
}
dependencies {
implementation 'com.github.ibrahimsn98:android-particles:1.3'
implementation 'com.github.ibrahimsn98:android-particles:1.4'
}
```

Expand All @@ -28,8 +29,7 @@ dependencies {
app:particleCount="20"
app:minParticleRadius="5"
app:maxParticleRadius="12"
app:particleColor="@color/colorAccent"
app:backgroundColor="@color/colorBackground"/>
app:particleColor="@color/colorAccent" />
```

# Inspired From
Expand Down

0 comments on commit 243a64a

Please sign in to comment.