Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
be2c6657
Commit
be2c6657
authored
Oct 18, 2017
by
Clement Ho
Committed by
Winnie Hellmann
Oct 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Animate auto devops graphic
parent
03beb297
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+11
-0
app/views/shared/icons/_icon_autodevops.svg
app/views/shared/icons/_icon_autodevops.svg
+2
-2
changelogs/unreleased/animate-auto-devops.yml
changelogs/unreleased/animate-auto-devops.yml
+5
-0
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
be2c6657
...
...
@@ -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 @
be2c6657
This diff is collapsed.
Click to expand it.
changelogs/unreleased/animate-auto-devops.yml
0 → 100644
View file @
be2c6657
---
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