{"id":3515,"url":"https://github.com/dtx12/AndroidAnimationsActions","last_synced_at":"2025-08-03T20:32:27.264Z","repository":{"id":36146810,"uuid":"40450825","full_name":"dtx12/AndroidAnimationsActions","owner":"dtx12","description":"Actions for android animations. Inspired by libgdx scene2d actions.","archived":false,"fork":false,"pushed_at":"2020-11-13T19:22:50.000Z","size":106,"stargazers_count":138,"open_issues_count":6,"forks_count":27,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-08-16T14:34:43.016Z","etag":null,"topics":[],"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/dtx12.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":"2015-08-09T21:17:43.000Z","updated_at":"2024-06-20T04:23:01.000Z","dependencies_parsed_at":"2022-09-24T20:22:14.001Z","dependency_job_id":null,"html_url":"https://github.com/dtx12/AndroidAnimationsActions","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/dtx12%2FAndroidAnimationsActions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtx12%2FAndroidAnimationsActions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtx12%2FAndroidAnimationsActions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtx12%2FAndroidAnimationsActions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtx12","download_url":"https://codeload.github.com/dtx12/AndroidAnimationsActions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228567009,"owners_count":17937983,"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-01-05T20:16:43.706Z","updated_at":"2024-12-07T05:30:34.204Z","avatar_url":"https://github.com/dtx12.png","language":"Java","funding_links":[],"categories":["Libraries","库","Libs"],"sub_categories":["GUI","[](https://github.com/JStumpp/awesome-android/blob/master/readme.md#animations)动画","\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"readme":"[![Android Gems](http://www.android-gems.com/badge/dtx12/AndroidAnimationsActions.svg?branch=master)](http://www.android-gems.com/lib/dtx12/AndroidAnimationsActions)\r\n\r\n# Android Animations Actions\r\nActions for android animations. Inspired by libgdx scene2d actions.\r\n\r\nThe main goal of this project is making creating of complex animations easier.\r\nYou may create animations like in demo with just a couple lines of code.\r\n\r\n##Actions\r\n`sequence` - executes actions sequentially \u003cbr/\u003e\r\n`delay` - inserts pause into sequence \u003cbr/\u003e\r\n`run` - will run target runnable, useful in sequences \u003cbr/\u003e\r\n`parallel` - executes actions at the same time \u003cbr/\u003e\r\n`color` - color animation for view \u003cbr/\u003e\r\n`scaleTo` - scales view to defined values \u003cbr/\u003e\r\n`scaleBy` - scales view by defined values \u003cbr/\u003e\r\n`alpha` - alpha animation \u003cbr/\u003e\r\n`fadeIn` - fades alpha to 1 \u003cbr/\u003e\r\n`fadeOut` - fades alpha to 0\u003cbr/\u003e\r\n`rotateTo` - rotates view to defined degree \u003cbr/\u003e\r\n`rotateBy` - rotates view by defined degree \u003cbr/\u003e\r\n`moveTo` - moves view to defined x, y\u003cbr/\u003e\r\n`moveBy` - moves view by defined x, y\u003cbr/\u003e\r\n`repeat` - repeats action using defined number of times \u003cbr/\u003e\r\n`forever` - repeats action infinite \u003cbr/\u003e\r\n\r\n`play` - plays specified action on specified view\u003cbr/\u003e\r\n\r\n##Interpolations\r\nLibrary contains class `Interpolations` with different predefined interpolations which may be useful for animations.\r\n\r\n## Demo\r\nFor better quality please check package demo in the project.\r\n![](http://i.imgur.com/EueRBrp.gif)\r\n\r\n## Gradle\r\n```java\r\nrepositories {\r\n    jcenter()\r\n}\r\n\r\ndependencies {\r\n    compile 'com.dtx12:actions:0.1.4'\r\n}\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtx12%2FAndroidAnimationsActions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtx12%2FAndroidAnimationsActions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtx12%2FAndroidAnimationsActions/lists"}