{"id":21129995,"url":"https://github.com/codesoup/android-cubic-bezier-interpolator","last_synced_at":"2025-07-09T01:31:58.622Z","repository":{"id":11410464,"uuid":"13859839","full_name":"codesoup/android-cubic-bezier-interpolator","owner":"codesoup","description":"Deprecated in favour of https://developer.android.com/reference/android/support/v4/view/animation/PathInterpolatorCompat.html","archived":false,"fork":false,"pushed_at":"2015-06-03T08:33:01.000Z","size":169,"stargazers_count":163,"open_issues_count":0,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-03-27T14:19:45.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codesoup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-25T12:24:03.000Z","updated_at":"2024-03-27T14:19:45.747Z","dependencies_parsed_at":"2022-08-31T06:51:00.891Z","dependency_job_id":null,"html_url":"https://github.com/codesoup/android-cubic-bezier-interpolator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoup%2Fandroid-cubic-bezier-interpolator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoup%2Fandroid-cubic-bezier-interpolator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoup%2Fandroid-cubic-bezier-interpolator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codesoup%2Fandroid-cubic-bezier-interpolator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codesoup","download_url":"https://codeload.github.com/codesoup/android-cubic-bezier-interpolator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225476379,"owners_count":17480215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T05:32:09.214Z","updated_at":"2024-11-20T05:32:10.677Z","avatar_url":"https://github.com/codesoup.png","language":"Java","funding_links":[],"categories":["Libs"],"sub_categories":["\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"readme":"**Deprecated**: use https://developer.android.com/reference/android/support/v4/view/animation/PathInterpolatorCompat.html instead.\n\nandroid-cubic-bezier-interpolator\n=================================\n\nAn Android Library that helps you implement bezier animations in you application\n\nHow to use\n----------\n\n```java\nAnimation animation = new Animation() {\n    @Override\n    protected void applyTransformation(float interpolatedTime, Transformation t) {\n        super.applyTransformation(interpolatedTime, t);\n        myView.setAlpha(interpolatedTime);\n    }\n};\n\n//define the CubicBezierInterpolator\nInterpolator easeInOut = new CubicBezierInterpolator(.1, .7, .1, 1);\nanimation.setInterpolator(easeInOut);\n\nanimation.setDuration(3000);\nmyView.startAnimation(animation);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesoup%2Fandroid-cubic-bezier-interpolator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodesoup%2Fandroid-cubic-bezier-interpolator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodesoup%2Fandroid-cubic-bezier-interpolator/lists"}