Android-Easing
Android-Easing copied to clipboard
How to initialize the type of Easing?
I am running the code without issue but I don't know how to initialize the values for effect type. managerY.start(Bounce.class, EaseType.EaseOut, 0, 800, 100); Is there any way to initialize the value of Bounce.class?
Thanks
i also have same doubt