daimajia / daimajia/AndroidViewAnimations

View add inflate(R.layout.loading, parent, true) animation work wrong

Open
#147 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
12.4k
Forks
2.4k
PR merge metrics
No merged PRs in 30d

Description

I use this code for add view to main activity

```
View add = G.inflater.inflate(R.layout.loading, parent, true);
contentLoading = add.findViewById(R.id.contentLoading);

YoYo.with(Techniques.RubberBand)
.onStart(animator->{contentLoading.setVisibility(View.VISIBLE);})
.duration(700)
.playOn(contentLoading);
```

But `contentLoading` animation is wrong and not work correct

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.