Commit b16c2ef7 authored by Clement Ho's avatar Clement Ho

Merge branch '39798-revert-gear-animation' into 'master'

Revert Auto DevOps gear animation

Closes #39798

See merge request gitlab-org/gitlab-ce!15232
parents 3ae9346a 67b267a3
......@@ -23,16 +23,6 @@
@include webkit-prefix(animation-duration, 2s);
}
&.spin-cw {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.spin-ccw {
transform-origin: center;
animation: spin 4s linear infinite reverse;
}
&.flipOutX,
&.flipOutY,
&.bounceIn,
......@@ -281,9 +271,3 @@ a {
transform: translateX(468px);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}
This diff is collapsed.
---
title: Animate auto devops graphic
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment