Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
d4bcd6db715f
Commit
be2c6657
authored
Oct 18, 2017
by
Clement Ho
Committed by
Winnie Hellmann
Oct 21, 2017
Browse files
Animate auto devops graphic
parent
91d1f0b8ed16
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/assets/stylesheets/framework/animations.scss
View file @
d4bcd6db
...
...
@@ -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
);
}
}
app/views/shared/icons/_icon_autodevops.svg
View file @
d4bcd6db
This diff is collapsed.
Click to expand it.
changelogs/unreleased/animate-auto-devops.yml
0 → 100644
View file @
d4bcd6db
---
title
:
Animate auto devops graphic
merge_request
:
author
:
type
:
other
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment