Open vitonsky opened 2 years ago
At this time, popups inside some element (Modal for example) after change display of this element from none to block is play animation again.
display
none
block
When those popups is not visible and we change display property for parent - popups will shown and then will play disappear animation.
Try to await end of animations and set display: none for content or something like this.
display: none
Eventually, we may use opacity transitions instead of animations
At this time, popups inside some element (Modal for example) after change
display
of this element fromnone
toblock
is play animation again.When those popups is not visible and we change
display
property for parent - popups will shown and then will play disappear animation.Try to await end of animations and set
display: none
for content or something like this.Eventually, we may use opacity transitions instead of animations