Visual fading out style (slowfade class) was getting applied 1.5 sec sooner than hiding the skeleton (placeholder content used while waiting for the app to get loaded), resulting skeleton being invisible to the users providing confusing experience.
I'm moving $rootScope.portal.loading.startFade = true; inside the $timeout so that dading and hiding happens with the same delay.
Review for security considerations
[x] The change has been examined for security impact.
PR considerations checklist:
[x] Updates CHANGELOG.md to reflect this PR's change.
[x] This Contribution is under the terms of Individual Contributor License Agreements (and also Corporate Contributor License Agreements to the extent applicable) appearing in the Apereo CLA roster.
Visual fading out style (slowfade class) was getting applied 1.5 sec sooner than hiding the skeleton (placeholder content used while waiting for the app to get loaded), resulting skeleton being invisible to the users providing confusing experience.
I'm moving
$rootScope.portal.loading.startFade = true;
inside the $timeout so that dading and hiding happens with the same delay.Review for security considerations
PR considerations checklist:
CHANGELOG.md
to reflect this PR's change.