tyrantgit / ExplosionField

explosive dust effect for views
3.6k stars 578 forks source link

ExplosionField.clear() is not working. #10

Open ch-muhammad-adil opened 8 years ago

ch-muhammad-adil commented 8 years ago

Really helpful library, but issue is that I am trying this function but there is no luck to bring that view back to original state. I want to explode the view then it should return back to original state after a specific time. Any solution ?

githubsrinath commented 8 years ago

Me too having the same issue...

In my case... its a Image view. Post explode I tried this but no Luck.

mExplosionField.explode(my_image); Works great...

But post i am trying this ... but no luck on getting back exploded view.

my_image1.setVisibility(View.VISIBLE);

Your response is highly appreciate.

Thanks.

behiunforgiven commented 7 years ago

Did you solve this? I have this problem too.

ch-muhammad-adil commented 7 years ago

Hi @behiunforgiven , No I was not able to resolve this issue. But I hope I may be update some feature in this library and ask it's owner to release new version.

huSSooxXx commented 7 years ago

I encountered same error.. I used to 2 view over the top.. And I just explode bottom view.. My real view remains as are.. Meanwhile Thank you for nice library @tyrantgit

majidkabir commented 7 years ago

You can do it with this code view.animate().setDuration(150).setStartDelay(150).scaleX(1.0f).scaleY(1.0f).alpha(1.0f).start();