You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Thought has a visual problem in that the bullet and placeholder briefly overlap the next thought until it shifts down.
It has a perceptual problem in that the animation duration is the same duration as larger changes, such as collapse context or toggle table view. For the right "feel", the animation duration should be proportional to the "mass" of the changes, i.e. a T-Rex moves slower than a chicken.
Steps to Reproduce
- a
- c
Set the cursor on a
Activate the New Thought command
Current Behavior
When a new thought is created, the bullet and placeholder briefly overlap the next thought until it shifts down.
Note: The placeholder ("Add a thought") is only shown in training mode, so is not captured in the video.
New.Thought1.mov
Expected Behavior
Speed up the tree-node's transition (normally layoutNodeAnimationDuration) by 50% on New (Sub)Thought only.
Fade in the bullet and placeholder of the new thought with fastDuration or veryFastDuration and ease-in-out so the overlap is less noticeable.
The text was updated successfully, but these errors were encountered:
New Thought has a visual problem in that the bullet and placeholder briefly overlap the next thought until it shifts down.
It has a perceptual problem in that the animation duration is the same duration as larger changes, such as collapse context or toggle table view. For the right "feel", the animation duration should be proportional to the "mass" of the changes, i.e. a T-Rex moves slower than a chicken.
Steps to Reproduce
a
Current Behavior
When a new thought is created, the bullet and placeholder briefly overlap the next thought until it shifts down.
Note: The placeholder ("Add a thought") is only shown in training mode, so is not captured in the video.
New.Thought1.mov
Expected Behavior
layoutNodeAnimationDuration
) by 50% on New (Sub)Thought only.fastDuration
orveryFastDuration
andease-in-out
so the overlap is less noticeable.The text was updated successfully, but these errors were encountered: