anseki/plain-overlay

support default hide start state

mesutyigit opened this issue · 2 comments

var overlay = new PlainOverlay(document.getElementById('userTable'),{
face: document.getElementById('loadingSvg'),
style: {backgroundColor: 'rgba(255, 255, 255, 0.6)'},
blur: 0
});

overlay is starting show mode always.
I wanna define overlay instance and later show/hide method.

Hi @mesutyigit, thank you for the comment.

By default, an overlay is hidden. Could you show me the code that has the problem?

BTW, the blur: 0 is not needed because default value is false.

No reply came, and I close this issue.