Set envs to animate on loading only (except PROD) #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "set-animation-for-loading-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Simply update the code with what i've been using lately so it only animate when the
.Loader
is created by react. Except for PROD where animation runs anytime.Use both the new
:has()
pseudo-class and fallback to regular:not(:only-child())
for unsupported browser (Firefox)test if video works:
PREP banner.css
: Change the Preproduction banner and login's footerPLLR banner.css
: Change your Pillar banner and login's footerPERF banner.css
: Change the Load Testing banner and login's footerPROD banner.css
: Change the Production banner and login's footer