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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Actual behavior:
Occasionally, the panel flashes on the screen before it animates and is in the final position.
This is caused because the panel needs to know its height and width in order to know where to render it on the screen (for relative positioning).
Solution:
Render the panel offscreen when determining the height and width (at left: -9999px). The code to change is here. The panel is appended to the DOM, then the positions are calculated, then the panel is hidden until the user calls open. The append step should apply the position to md-panel.