Commit e635d0b5 authored by Eric Eastwood's avatar Eric Eastwood

Fix autodevops graphic gears spinning based on physics

Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/39513
parent a1aa4f00
......@@ -23,11 +23,16 @@
@include webkit-prefix(animation-duration, 2s);
}
&.spin {
&.spin-cw {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.spin-ccw {
transform-origin: center;
animation: spin 4s linear infinite reverse;
}
&.flipOutX,
&.flipOutY,
&.bounceIn,
......
This diff is collapsed.
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