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

animation doesnt work with fragments #2

Open
iwwi opened this issue Nov 17, 2015 · 4 comments
Open

animation doesnt work with fragments #2

iwwi opened this issue Nov 17, 2015 · 4 comments

Comments

@iwwi
Copy link

iwwi commented Nov 17, 2015

When I go to another fragment and return to the fragment where is an ImageView with animation the ImageView, disappear.

@ajalt
Copy link
Contributor

ajalt commented Nov 17, 2015

As I said in your previous issue #1, I don't think this is an issue with this library, since we use this library in production and it works as expected. If you can make a minimal reproducible example, I'll take another look.

@iwwi
Copy link
Author

iwwi commented Nov 17, 2015

ok I already saw where is the issue, the issue is when I used de raw json, when I use de java animation it works, so when I go back the image is still there, but with json is disappear, this just happend when using fragments and replace one by other when it backs there is no image, but just when I using de raw json form

@ajalt
Copy link
Contributor

ajalt commented Nov 25, 2015

Can you give more detail about how you're leaving and returning to the fragment? Are they in a pager, a fragment transaction, or just different activities? I can't reproduce this.

@iwwi
Copy link
Author

iwwi commented Nov 25, 2015

so I had a navigation drawer, in one fragment of the navigation I put the animation with the json form, but when I go to another option of the menu of navigation drawer( that means I changed on one fragment to another ), then I go back and the animation disappears, in the same option I had a pager, but in this case the pager doesnt show the problem of animation dissappear, just when o go to another option of the menu in the navigation drawer, I resolve the problem making the animation with the java form declaration of the animations.

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

2 participants