{"id":20509292,"url":"https://github.com/futuremind/android-animation-dsl","last_synced_at":"2025-04-13T22:22:39.403Z","repository":{"id":100256148,"uuid":"153435549","full_name":"FutureMind/android-animation-dsl","owner":"FutureMind","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-23T10:06:41.000Z","size":141,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T12:46:28.876Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/FutureMind.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-17T10:03:30.000Z","updated_at":"2021-01-27T08:50:48.000Z","dependencies_parsed_at":"2023-05-13T05:45:54.956Z","dependency_job_id":null,"html_url":"https://github.com/FutureMind/android-animation-dsl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fandroid-animation-dsl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fandroid-animation-dsl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fandroid-animation-dsl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FutureMind%2Fandroid-animation-dsl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FutureMind","download_url":"https://codeload.github.com/FutureMind/android-animation-dsl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248789774,"owners_count":21161891,"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-15T20:23:49.933Z","updated_at":"2025-04-13T22:22:39.380Z","avatar_url":"https://github.com/FutureMind.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Android Animators DSL\nSmall yet very useful set of Kotlin extension functions to build Android animations more easy and straightforward.\n\n## Usage:\n\n```kotlin\nplaySequentially {\n            onAnimationEnd { /* Animation finished */) }\n\n            play { /* Animator object */ }\n            play { ObjectAnimator.ofFloat(view1, View.ALPHA, 0f, 1f) }\n            play { view1 translateTo container.topLeft() }\n            play { view2 translateTo container.bottomLeft() }\n\n            playTogether {\n                startDelay = 2000L\n                duration = 1000L\n                interpolator = FastOutSlowInInterpolator()\n\n                play { view1 translateTo container.topRight() }\n                play { view2 translateTo container.bottomRight() }\n            }\n\n            playTogether {\n                onAnimationStart { /* Animation started */ }\n                play { view1 translateTo container.center() withDuration 2000 withInterpolator OvershootInterpolator() }\n                play { view2 translateTo container.center() withDuration 2000 withInterpolator AccelerateDecelerateInterpolator() }\n            }\n        }.start()\n```\n\n## Installation:\n\nAdd it in your root build.gradle at the end of repositories:\n\n```groovy\nallprojects {\n    repositories {\n        maven { url 'https://jitpack.io' }\n    }\n}\n```\n\nAdd the dependency:\n\n```groovy\ndependencies {\n    implementation 'com.github.FutureMind:android-animation-dsl:1.0'\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturemind%2Fandroid-animation-dsl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffuturemind%2Fandroid-animation-dsl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffuturemind%2Fandroid-animation-dsl/lists"}