Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JENKINS-71246 Remove animations on login page causing high CPU usage in some cases #8147

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 0 additions & 10 deletions war/src/main/scss/pages/sign-in-register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
radial-gradient(at 0% 100%, var(--light-yellow) 0, transparent 50%),
radial-gradient(at 80% 100%, var(--dark-purple) 0, transparent 50%),
radial-gradient(at 0% 0%, var(--pink) 0, transparent 50%);
animation: aurora-one 5s linear infinite;
}

&::after {
Expand All @@ -71,7 +70,6 @@
radial-gradient(at 0% 100%, var(--light-red) 0, transparent 50%),
radial-gradient(at 80% 100%, var(--light-yellow) 0, transparent 50%),
radial-gradient(at 0% 0%, var(--cyan) 0, transparent 50%);
animation: aurora-two 8s linear infinite;
}

&__starburst {
Expand All @@ -84,14 +82,6 @@
var(--background) 0deg,
transparent 20deg
);
animation: app-sign-in-register-branding-starburst-animation 100s linear
infinite;

@keyframes app-sign-in-register-branding-starburst-animation {
to {
--opacity: 360deg;
}
}
}

img {
Expand Down