Hi,
In ignition perspective screen, until all the bindings have been refreshed/completed the component looks red indicating binding error.
I want to show an overlay screen until all the bindings have been refreshed to give a cleaner user experience.
How can I achieve this?
Thanks & regards,
Ajay Kumar Gupta
I know this isn't what you're asking for but making sure you know that you can hide those overlays entirely with "Overlay Opt Out" on the binding itself.
Some people do CSS "fade in" animations to lead into page loads to hide overlays. I'm not aware of a way to display a custom overlay until a binding loads.
Thanks @Steve_Laubach .
I know the overlay opt-out option.
Byt css fade in also seems to be a good idea.
Not sure how implement that.
This has been discussed before, perhaps so a forum search. What I did was use CSS for a slow transition, like fade in.
Probably advanced style sheet using an opacity animation with max animation count of 1. This would be a style applied to the view. So basically the view fades in to view. You probably want to adjust the animation timing function to be more transparent in the beginning of the animation.
I see @jlandwerlen replied. I would recommend searching for the thread he is referring to. It's probably good.