{"id":13396365,"url":"https://github.com/daimajia/AnimationEasingFunctions","last_synced_at":"2025-03-13T23:30:51.662Z","repository":{"id":44592515,"uuid":"21318322","full_name":"daimajia/AnimationEasingFunctions","owner":"daimajia","description":"Android Animation Easing Functions. Let's make animation more real!","archived":false,"fork":false,"pushed_at":"2020-08-24T03:29:49.000Z","size":147,"stargazers_count":2469,"open_issues_count":5,"forks_count":410,"subscribers_count":111,"default_branch":"master","last_synced_at":"2024-10-15T10:21:05.146Z","etag":null,"topics":["android-easing-functions","animation","easing-functions"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daimajia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-29T07:02:38.000Z","updated_at":"2024-10-11T13:19:31.000Z","dependencies_parsed_at":"2022-09-02T08:50:56.378Z","dependency_job_id":null,"html_url":"https://github.com/daimajia/AnimationEasingFunctions","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daimajia%2FAnimationEasingFunctions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daimajia%2FAnimationEasingFunctions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daimajia%2FAnimationEasingFunctions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daimajia%2FAnimationEasingFunctions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daimajia","download_url":"https://codeload.github.com/daimajia/AnimationEasingFunctions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221421531,"owners_count":16817819,"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":["android-easing-functions","animation","easing-functions"],"created_at":"2024-07-30T18:00:47.716Z","updated_at":"2024-10-25T11:30:20.944Z","avatar_url":"https://github.com/daimajia.png","language":"Java","readme":"# Android Easing Functions [![Build Status](https://travis-ci.org/daimajia/AnimationEasingFunctions.svg?branch=master)](https://travis-ci.org/daimajia/AnimationEasingFunctions)\n\nThis project is originally from my another project, [AndroidViewAnimation](https://github.com/daimajia/AndroidViewAnimations), which is an animation collection, to help you make animation easier.\n\nWhile, I was still unsatisfied with the animation effect.\n\nSo, I started to explore how to make it more and more real.\n\nI found the [Easing Functions](http://easings.net/) made by [Robert Penne](http://robertpenner.com/), then, I implemented Easing Functions and make a lovely demo.\n\n## Demo\n\n![](http://ww4.sinaimg.cn/mw690/610dc034jw1ehuzoul4h8g20b00gmh9s.gif)\n\n## Usage\n\n\u003e `NineOldAndroids` has been removed since version 2.0. Thanks Jake Wharton.\n\n**minSdkVersion: 11**\n\n### Step 1\n\nGradle\n\n```groovy\nimplementation 'com.daimajia.easing:library:2.4@aar'\n```\nor maven\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.daimajia.easing\u003c/groupId\u003e\n    \u003cartifactId\u003elibrary\u003c/artifactId\u003e\n    \u003cversion\u003e2.4\u003c/version\u003e\n    \u003ctype\u003eapklib\u003c/type\u003e\n\u003c/dependency\u003e\n```\n\n### Step 2\n\nJust like a glider.\n\n```java\nAnimatorSet set = new AnimatorSet();\n set.playTogether(\n         Glider.glide(Skill.BounceEaseInOut, 1200, ObjectAnimator.ofFloat(mTarget, \"translationY\", 0, 100))\n );\n\nset.setDuration(1200);\nset.start();\n```\n\n#### Tips\n\nIf you encounter exceptions such as `ClassNotFoundExceptions` ([#4](https://github.com/daimajia/AnimationEasingFunctions/issues/4)), please add the following to your `proguard-project.txt`:\n\n```\n-keep class com.daimajia.easing.** { *; }\n-keep interface com.daimajia.easing.** { *; }\n```\n\nMore details [visit official guide](http://developer.android.com/tools/help/proguard.html#configuring).\n\n# About me\n\nA student in mainland China.\n\nWelcome to [offer me an internship](mailto:daimajia@gmail.com).\nIf you have any new idea about this project, feel free to [contact me](mailto:daimajia@gmail.com).\n","funding_links":[],"categories":["Index `(light-weight pages)`","Uncategorized","Java","Index","Libs"],"sub_categories":["Uncategorized","\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaimajia%2FAnimationEasingFunctions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaimajia%2FAnimationEasingFunctions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaimajia%2FAnimationEasingFunctions/lists"}