Frontmatter
| id | 4733 |
| title | form.field.Switch: remove the position keyframes |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Aug 16, 2023, 9:12 AM |
| updatedAt | Aug 16, 2023, 9:38 AM |
| githubUrl | https://github.com/neomjs/neo/issues/4733 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Aug 16, 2023, 9:38 AM |
@Dinkh: i am not sure what the intention was: there are transform & position based animations defined in selectors using the same name => overwriting each other.
at first i thought you wanted to use both of them (it is possible to add multiple items into
animationseparated by commas).tried this and it looked completely broken.
so, i will remove the position based keyframes for now. please give me a heads up, i miss something here.