AnimationEasingFunctions icon indicating copy to clipboard operation
AnimationEasingFunctions copied to clipboard

How to add custom Skills without clone the project?

Open ejbp opened this issue 7 years ago • 1 comments

Is it possible to add custom skills in my project by including the lib (without the need to clone the project and add it in the source code)?

Thanks in advance.

ejbp avatar Jun 26 '17 10:06 ejbp

I have to admit that the current architecture is not very friendly to the custom skill, because the https://github.com/daimajia/AnimationEasingFunctions/blob/master/library/src/main/java/com/daimajia/easing/Skill.java#L98 Skill constructor is private instead of public.

The next release may update this, Pull request is also welcome.

Thanks for your feedback.

daimajia avatar Oct 03 '17 03:10 daimajia