Reimplement Calendar Overlay Visibility #6123
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Instead of hide/show with css display property use *ngIf so when it gets visible, overlay dom should be created and similarly gets removed from dom when it is not visible. This will keep the dom size small as overlays will always work in a lazy manner and only exist in dom when they are visible.
In addition, according to the general animation suggestions of UX, apply ease-out on the way-in and ease-in on the way out of the overlay to improve UX.
The text was updated successfully, but these errors were encountered: