Frontmatter
| id | 2750 |
| title | list.plugin.Animate: support for collection filtering |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Oct 3, 2021, 7:29 PM |
| updatedAt | Jan 24, 2022, 9:06 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2750 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 24, 2022, 9:06 PM |

Items inside
examples.list.animate.MainContainerhas anisOnlinerecord field, which we can use for testing.removed items: set the opacity to 0, css based transition (same duration as the item movements). once the transition is done, remove the item from the vdom.
added items: add the item to the vdom with an opacity of 0. inside the next animation frame, set the opacity to 1.