Frontmatter
| id | 2748 |
| title | Animated List |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 2, 2021, 1:12 PM |
| updatedAt | Oct 3, 2021, 7:25 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2748 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 3, 2021, 7:25 PM |

We need the ability to optionally add transitions to a list for:
This is similar to
component.Gallery, but limited to 2D.Since we want this feature for different lists, the logic should be inside a lazy loaded plugin.
If active, we need to position list items with
tanslateXandtranslateY, fixed sizes and margins are needed.we need an example (app) for testing as well.