Commit a4416c39 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'animate-auto-devops' into 'master'

Animate auto devops graphic

Closes #39242

See merge request gitlab-org/gitlab-ce!14931
parents bd39b441 ea666921
......@@ -23,6 +23,11 @@
@include webkit-prefix(animation-duration, 2s);
}
&.spin {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.flipOutX,
&.flipOutY,
&.bounceIn,
......@@ -271,3 +276,9 @@ 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