You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
The axPageFade directive uses element.fadeOut without requiring jQuery explicitly.
We should remove the page fade directive from LaxarJS core to avoid this problem (possibly move it to UiKit).
The text was updated successfully, but these errors were encountered:
The directive axPageFade has been removed from LaxarJS core. Its purpose was to visually hide pages during load (initial load as well as navigation), so that stepwise assembly (rendering -> events -> rendering) of the page is not noticeable.
This behavior is sometimes useful, especially for applications that are very complex, but also highly application specific. Because the old directive required jQuery to be available (not just jqLite), it has been removed from core.
The
axPageFade
directive useselement.fadeOut
without requiring jQuery explicitly.We should remove the page fade directive from LaxarJS core to avoid this problem (possibly move it to UiKit).
The text was updated successfully, but these errors were encountered: