RxAnimation icon indicating copy to clipboard operation
RxAnimation copied to clipboard

Simple way to animate your views on Android with Rx 🚀

Results 6 RxAnimation issues
Sort by recently updated
recently updated
newest added

Tried to implement this in a project . doesn't seems to be working for me. So I made a sample project and add this code ... Can you guide me...

+ If it can modify to apply to bitmap -> great + Please help me if you think solution Thanks

* Added `layerType` field for mentioning the acceleration type(Hardware/Software) * layerType will be set back to the previous one once the animation is finished.

At now, code written on kotlin does not ideally friendly with java, for example from java you need to use `RxAnimation.INSTANCE.together` instead `RxAnimation.together` `translationX(someVIew, 0f, 200L, null, null, false)` instead...

**Please complete the following information:** - Last snapshot from master branch. Problem locations: - ./gradle/publish-mavencentral.gradle/41L - ./gradle/publish-mavencentral.gradle/42L Fields ossrhUsername\ossrhPassword not found and undefined, gradle can't sync the project. Current workaround:...