Frontmatter
| id | 1087 |
| title | Neo.dialog.Toast |
| state | Closed |
| labels | enhancementhelp wantedgood first issue |
| assignees | Dinkh |
| createdAt | Aug 17, 2020, 10:39 AM |
| updatedAt | Jan 6, 2023, 1:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1087 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 6, 2023, 1:50 PM |


Could be a good first issue, since a lot of toast message implementations are already out there and creating the animations should be fun.
We could extend the Dialog Class.
We probably want to use a manager class as well.
Toast Messages need a timeout config, closable (timeout:0), position (tr, tc, br,...), a slide in direction (e.g. in case they appear at the top right edge of the screen, it should be possible to slide them in from the top or right side).
Once the timeout ends => fadeOut.
As the name suggests, toast messages can stack.