Thinking it would be useful to have an onReady event that way we can do things like fade the pager in once it has calculated everything. Maybe we just hide the whole Frame component with some simple CSS until it is ready to avoid FOUC opacity: 0; pointer-events: none;.
Thinking it would be useful to have an
onReady
event that way we can do things like fade the pager in once it has calculated everything. Maybe we just hide the wholeFrame
component with some simple CSS until it is ready to avoid FOUCopacity: 0; pointer-events: none;
.