{"id":13470820,"url":"https://github.com/hitherejoe/animate","last_synced_at":"2025-05-15T16:02:20.146Z","repository":{"id":79937372,"uuid":"46282096","full_name":"hitherejoe/animate","owner":"hitherejoe","description":"An application demoing meaningful motion on Android","archived":false,"fork":false,"pushed_at":"2016-05-26T12:33:05.000Z","size":19836,"stargazers_count":3107,"open_issues_count":9,"forks_count":475,"subscribers_count":94,"default_branch":"master","last_synced_at":"2025-04-07T21:11:36.888Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://medium.com/ribot-labs/exploring-meaningful-motion-on-android-1cd95a4bc61d","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/hitherejoe.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-11-16T15:06:22.000Z","updated_at":"2025-04-02T15:47:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"742eedb7-43f8-4cf6-9fc5-2de7c60cf264","html_url":"https://github.com/hitherejoe/animate","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/hitherejoe%2Fanimate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitherejoe%2Fanimate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitherejoe%2Fanimate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitherejoe%2Fanimate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hitherejoe","download_url":"https://codeload.github.com/hitherejoe/animate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374388,"owners_count":22060609,"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-07-31T16:00:36.275Z","updated_at":"2025-05-15T16:02:19.930Z","avatar_url":"https://github.com/hitherejoe.png","language":"Java","readme":"Animate\n=======\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/web.png\" alt=\"Web Icons\"/\u003e\n\u003c/p\u003e\n\n[You'll find the supporting medium article for this project here!](https://medium.com/ribot-labs/exploring-meaningful-motion-on-android-1cd95a4bc61d)\n\nAnimate is a simple application I _quickly_ put together to demo meaningful motion on Android. The applications takes a look at a bunch of different Material Style animations, including:\n\n- Touch Feedback\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/touch_feedback.gif\" alt=\"Touch Feedback\"/\u003e\n\u003c/p\u003e\n\n- View Property Animator\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/view_property_animator.gif\" alt=\"View property Animator\"/\u003e\n\u003c/p\u003e\n\n- Object Animator\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/object_animator.gif\" alt=\"Object Animator\"/\u003e\n\u003c/p\u003e\n\n- Interpolators\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/interpolators.gif\" alt=\"Interpolators\"/\u003e\n\u003c/p\u003e\n\n- Circular Reveal\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/circular_reveal.gif\" alt=\"Circular Reveal\"/\u003e\n\u003c/p\u003e\n\n- Explode Window Transition\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/explode_window_transition.gif\" alt=\"Explode Window Transition\"/\u003e\n\u003c/p\u003e\n\n- Slide Window Transition\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/slide_window_transition.gif\" alt=\"Slide Window Transition\"/\u003e\n\u003c/p\u003e\n\n- Fade Window Transition\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/fade_window_transition.gif\" alt=\"Fade Window Transition\"/\u003e\n\u003c/p\u003e\n\n- Shared Element Transitions\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/shared_element_transitions.gif\" alt=\"Shared Element Transitions\"/\u003e\n\u003c/p\u003e\n\n- Custom Morph Transitions\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/custom_morph_transitions.gif\" alt=\"Custom Morph Transitions\"/\u003e\n\u003c/p\u003e\n\n- Animated Vector Drawables\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/animated_vector_drawables.gif\" alt=\"Animated Vector Drawables\"/\u003e\n\u003c/p\u003e\n\n\nRequirements\n------------\n\n - [Android SDK](http://developer.android.com/sdk/index.html).\n - Android [5.1 (API 22) ](http://developer.android.com/tools/revisions/platforms.html#5.1).\n - Android SDK Tools\n - Android SDK Build tools 23.0.0.0 rc3\n - Android Support Repository\n - Android Support libraries\n\nBuilding\n--------\n\nTo build, install and run a debug version, run this from the root of the project:\n\n    ./gradlew assembleDebug\n","funding_links":[],"categories":["Java","Libs","动画系列"],"sub_categories":["\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitherejoe%2Fanimate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitherejoe%2Fanimate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitherejoe%2Fanimate/lists"}