Frontmatter
| id | 1525 |
| title | dialog.Base: animateHide() => multi window context |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 9, 2021, 4:18 PM |
| updatedAt | Mar 9, 2021, 4:19 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1525 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 9, 2021, 4:19 PM |
we can assume that the animation target and the dialog live within the same browser window (creating an animation across browser windows is not impossible, but very complex).
for the shared workers scope, we need to pass the appName into the
Neo.main.DomAccess.getBoundingClientRect()call.