Improved resizing animation
CodingDino opened this issue ยท 5 comments
Currently when resizing, text does not update until after the resize is complete. Additionally the guide does not dynamically determine a minimum resize, and can be made smaller than an actual step can display.
Would like to dynamically determine minimum resize and also dynamically update the guide while it is being resized so text does not appear outside the guide window during resize.
I can fix the text not updating until after the resize is complete, without re-introducing that freezing/bug and I can look at the minimum resize.
Hmmm, need to update this. The minimum resize horizontal is now working as intended. All that might need to be added is either a minimum resize vertical, or a truncation of the note text. Additionally, when the note or step text is truncated, a mouse-over should be added to show the note and step text in full.
Marking as tentatively resolved, I need to see if there's anything else we want to add to this.