Skip to content
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

Open
ch-muhammad-adil opened this issue Dec 24, 2015 · 5 comments
Open

ExplosionField.clear() is not working. #10

ch-muhammad-adil opened this issue Dec 24, 2015 · 5 comments

Comments

@ch-muhammad-adil
Copy link

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
Copy link

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
Copy link

Did you solve this?
I have this problem too.

@ch-muhammad-adil
Copy link
Author

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants