uPortal-Attic / uportal-app-framework

Framework for creating uPortal Applications
http://uportal-project.github.io/uportal-app-framework/
Apache License 2.0
23 stars 31 forks source link

Use timeout to delay fading loading placeholder content too early #1037

Closed nogalpaulina closed 2 years ago

nogalpaulina commented 2 years ago

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: