Animate auto devops graphic

This commit is contained in:
Clement Ho 2017-10-18 14:07:12 +02:00
parent 526c47618e
commit ea666921a5
3 changed files with 18 additions and 2 deletions

View File

@ -23,6 +23,11 @@
@include webkit-prefix(animation-duration, 2s);
}
&.spin {
transform-origin: center;
animation: spin 4s linear infinite;
}
&.flipOutX,
&.flipOutY,
&.bounceIn,
@ -264,3 +269,9 @@ a {
transform: translateX(468px);
}
}
@keyframes spin {
100% {
transform: rotate(360deg);
}
}

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,5 @@
---
title: Animate auto devops graphic
merge_request:
author:
type: other