Skip to content
New issue

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

Fixed base interpolator to android.view.animation.Interpolator instead of TimeInterpolator to support apis which accepts an Interpolator, eg. OverScroller. #7

Merged
merged 1 commit into from Apr 15, 2019

Conversation

pyus13
Copy link

@pyus13 pyus13 commented Apr 15, 2019

TimeInterpolator was introduced in API 11 which restricts EasingInterpolator to be used only with new APIs, so changed TimeInterpolator to android.view.animation.Interpolator in order to allow using EasingInterpolator with APIs which needs an instace of Interpolator instead of TimeInterpolator.

…o support apis which accepts an Interpolator, eg. OverScroller.
@pyus13 pyus13 changed the title Fixed base interpolator to Interpolator instead of TimeInterpolator to support apis which accepts an Interpolator, eg. OverScroller. Fixed base interpolator to android.view.animation.Interpolator instead of TimeInterpolator to support apis which accepts an Interpolator, eg. OverScroller. Apr 15, 2019
@MasayukiSuda
Copy link
Owner

Thanks great pull request !!

@MasayukiSuda MasayukiSuda merged commit d65ccc4 into MasayukiSuda:master Apr 15, 2019
@MasayukiSuda
Copy link
Owner

released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants