File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Android Particles
22Particle animation library for Android
33
4+ [ ![ ] ( https://jitpack.io/v/ibrahimsn98/android-particles.svg )] ( https://jitpack.io/#ibrahimsn98/android-particles )
45
56# Example
67<img width =" 300 " src =" https://github.com/ibrahimsn98/android-particles/blob/master/art/particle.gif " />
@@ -16,7 +17,7 @@ allprojects {
1617 }
1718}
1819dependencies {
19- implementation 'com.github.ibrahimsn98:android-particles:1.3 '
20+ implementation 'com.github.ibrahimsn98:android-particles:1.4 '
2021}
2122```
2223
@@ -28,8 +29,7 @@ dependencies {
2829 app : particleCount =" 20"
2930 app : minParticleRadius =" 5"
3031 app : maxParticleRadius =" 12"
31- app : particleColor =" @color/colorAccent"
32- app : backgroundColor =" @color/colorBackground" />
32+ app : particleColor =" @color/colorAccent" />
3333```
3434
3535# Inspired From
You can’t perform that action at this time.
0 commit comments