-
Notifications
You must be signed in to change notification settings - Fork 575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ExplosionField.clear() is not working. #10
Comments
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. |
Did you solve this? |
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. |
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 |
You can do it with this code |
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 ?
The text was updated successfully, but these errors were encountered: