sephiroth74 / Android-Easing

Ligh weight android easing
Apache License 2.0
104 stars 32 forks source link

How to initialize the type of Easing? #1

Open nadernt opened 8 years ago

nadernt commented 8 years ago

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

rameshvoltella commented 6 years ago

i also have same doubt