RxAnimation icon indicating copy to clipboard operation
RxAnimation copied to clipboard

Cannot get this to work

Open monsterbrain opened this issue 4 years ago • 0 comments

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 what i did wrong ?

findViewById<Button>(R.id.button).apply { alpha(1f).andThen(this.translation(10f,20f)) }

    By the way I am using Constraint Layout ..

monsterbrain avatar Sep 19 '21 01:09 monsterbrain