Frontmatter
| id | 1254 |
| title | draggable.DragZone: add a css rule to the toolbar on drag:start |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Oct 16, 2020, 11:41 AM |
| updatedAt | Oct 16, 2020, 11:49 AM |
| githubUrl | https://github.com/neomjs/neo/issues/1254 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 16, 2020, 11:49 AM |
draggable.DragZone: add a css rule to the toolbar on drag:start
tobiu assigned to @tobiu on Oct 16, 2020, 11:41 AM

tobiu
Oct 16, 2020, 11:42 AM
actually, we should do this inside draggable.DragZone to keep the feature available for all use cases.
tobiu changed title from draggable.toolbar.SortZone: add a css rule to the toolbar on drag:start to draggable.DragZone: add a css rule to the toolbar on drag:start on Oct 16, 2020, 11:43 AM
tobiu closed this issue on Oct 16, 2020, 11:49 AM
like: "neo-is-dragging".
remove it on drag:end.
this way, we can add animation styles to toolbar items only in case a drag OP is happening.