Replies: 0
Hello,
The overlay (bg of popup) has a problem:
When popup is triggered the background stay visible for 1ms and only after that starting opacity transition.
After closing popup overlay take:
display: none;
opacity: 1;
After openning style get display: block first and only after that it reset opacity to 0 and start animation to 1.
So we got a micro-lag for 1ms when the overlay is visible, hidden and stay visibile again ~500ms.
It look’s strange
Tested on a clean last version wordpress with popup maker only activated.