We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: