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
Please give a brief but clear explanation of what the issue is. Let us know what the behaviour you expect is, and what is actually happening. Let us know what operating system you are running on, and what terminal you are using.
current: When opening either dock for the first time, there is no animation. The animation only happens after the first in/out of either dock. This happens with inline CSS as well as a CSS file. expected: the docks should be animated on every open/close, including the first
Feel free to add screenshots and/or videos. These can be very helpful!
vokoscreenNG-2022-11-04_16-07-22.mp4
If you can, include a complete working example that demonstrates the bug. Please check it can run without modifications.
(keeping the suggested code in #1122 in mind as it's a different aspect of the same issue)
Speaking with @willmcgugan, and if I properly comprehended and am correctly recalling the explanation, it looks like the issue here isn't so much about the widget being docked, it's more about it starting out as being display: none, so the animation doesn't really have a starting position.
While there's no timescale for it, I'll add it to our backlog to look at as Will seemed to think there could be a way to handle this.
that makes sense. The reason I was using the display:none is that even with an initial offset that's (in my mind) 'off-screen' there's still empty space taken up by the widget.
thanks again for the help!
davep
changed the title
[BUG] docked widget fails to animate on first transition
Transitions (offset for example) don't work when also going from "display: none" to a displayed state
Nov 7, 2022
current: When opening either dock for the first time, there is no animation. The animation only happens after the first in/out of either dock. This happens with inline CSS as well as a CSS file.
expected: the docks should be animated on every open/close, including the first
vokoscreenNG-2022-11-04_16-07-22.mp4
The text was updated successfully, but these errors were encountered: