{"id":13756676,"url":"https://github.com/gabrielemariotti/RecyclerViewItemAnimators","last_synced_at":"2025-05-10T04:30:52.189Z","repository":{"id":19940796,"uuid":"23207451","full_name":"gabrielemariotti/RecyclerViewItemAnimators","owner":"gabrielemariotti","description":"An Android library which provides simple Item animations to RecyclerView items","archived":false,"fork":false,"pushed_at":"2015-11-21T06:47:39.000Z","size":716,"stargazers_count":3042,"open_issues_count":11,"forks_count":657,"subscribers_count":139,"default_branch":"master","last_synced_at":"2025-04-14T19:01:19.489Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gabrielemariotti.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2014-08-22T00:24:43.000Z","updated_at":"2025-03-29T21:01:29.000Z","dependencies_parsed_at":"2022-08-01T05:08:02.491Z","dependency_job_id":null,"html_url":"https://github.com/gabrielemariotti/RecyclerViewItemAnimators","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2FRecyclerViewItemAnimators","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2FRecyclerViewItemAnimators/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2FRecyclerViewItemAnimators/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabrielemariotti%2FRecyclerViewItemAnimators/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabrielemariotti","download_url":"https://codeload.github.com/gabrielemariotti/RecyclerViewItemAnimators/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253365161,"owners_count":21897180,"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-08-03T11:00:51.061Z","updated_at":"2025-05-10T04:30:51.856Z","avatar_url":"https://github.com/gabrielemariotti.png","language":"Java","funding_links":[],"categories":["Java","Libraries","Libs"],"sub_categories":["Animations","\u003cA NAME=\"Animations\"\u003e\u003c/A\u003eAnimations"],"readme":"# RecyclerViewItemAnimators Library\nTravis master: [![Build Status](https://travis-ci.org/gabrielemariotti/RecyclerViewItemAnimators.svg?branch=master)](https://travis-ci.org/gabrielemariotti/RecyclerViewItemAnimators)\n\nThis repo provides:\n* **Appearance animations**\n* **Simple animators** for the item views\n\n![Screen](/demo.gif)\n\n## Quick start\n\nYou can now download it from Sonatype's snapshots repo.\n\n1. Add the snapshots repo to your `build.gradle`\n\n    ```groovy\n    repositories {\n        maven { url \"https://oss.sonatype.org/content/repositories/snapshots/\" }\n    }\n    ```\n\n2. Add build dependency\n\n    ```groovy\n    dependencies {\n        compile 'com.github.gabrielemariotti.recyclerview:recyclerview-animators:0.3.0-SNAPSHOT@aar'\n    }\n    ```\n\n## Feature\n\nThese animators work with the `RecyclerView` provided by Google with the support library `com.android.support:recyclerview-v7:23.1.1`.\n\n**Appearance animations:** which work when loading on the screen or when scrolling\n* Alpha\n* SlideInLeft\n* SlideInRight\n* SlideInBottom\n* ScaleIn\n\n**Simple Animators:** cloned from `DefaultItemAnimator` provided by Google customizing the animations.\n*This part is still in beta.*\n\n* **SlideInOutLeftItemAnimator** : which applies a slide in/out from/to the left animation\n* **SlideInOutRightItemAnimator** : which applies a slide in/out from/to the right animation\n* **SlideInOutTopItemAnimator** : which applies a slide in/out from/to the top animation\n* **SlideInOutBottomItemAnimator** : which applies a slide in/out from/to the bottom animation\n* **ScaleInOutItemAnimator** : which applies a scale animation\n* **SlideScaleInOutRightItemAnimator** : which applies a scale animation with a slide in/out from/to the right animation\n\n\n## Quick example:\n\n**Appearance animations:**\n```java\n   mAdapter = new MyAdapter(this);\n\n   AlphaAnimatorAdapter animatorAdapter = new AlphaAnimatorAdapter(mAdapter, mRecyclerView);\n   mRecyclerView.setAdapter(animatorAdapter);\n```\n\n**Simple Animators:**\n```java\n   mRecyclerView.setItemAnimator(new SlideInOutLeftItemAnimator(mRecyclerView));\n```\n\n**NOTE**: Feedbacks and patches are welcome!\n\nThe sample app uses all features available in the widget.\n\n\n## ChangeLog\n\n* [Changelog:](CHANGELOG.md) A complete changelog\n\nAcknowledgements\n--------------------\n* Thanks to [Niek Haarman][1] for some ideas and code taken from his [ListViewAnimations][2].\n\nCredits\n-------\n\nAuthor: Gabriele Mariotti (gabri.mariotti@gmail.com)\n\n\u003ca href=\"https://plus.google.com/u/0/114432517923423045208\"\u003e\n  \u003cimg alt=\"Follow me on Google+\"\n       src=\"/assets/images/g+64.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/GabMarioPower\"\u003e\n  \u003cimg alt=\"Follow me on Twitter\"\n       src=\"/assets/images/twitter64.png\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"http://it.linkedin.com/in/gabrielemariotti\"\u003e\n  \u003cimg alt=\"Follow me on LinkedIn\"\n       src=\"/assets/images/linkedin.png\" /\u003e\n\u003c/a\u003e\n\nLicense\n-------\n\n    Copyright 2014-2015 Gabriele Mariotti\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n\n\n---\n\n [1]: https://plus.google.com/+NiekHaarman\n [2]: https://github.com/nhaarman/ListViewAnimations\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielemariotti%2FRecyclerViewItemAnimators","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabrielemariotti%2FRecyclerViewItemAnimators","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabrielemariotti%2FRecyclerViewItemAnimators/lists"}