BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
ea666921
Commit
ea666921
authored
Oct 18, 2017
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Animate auto devops graphic
parent
526c4761
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
0 deletions
+16
-0
animations.scss
app/assets/stylesheets/framework/animations.scss
+11
-0
_icon_autodevops.svg
app/views/shared/icons/_icon_autodevops.svg
+0
-0
animate-auto-devops.yml
changelogs/unreleased/animate-auto-devops.yml
+5
-0
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
ea666921
...
...
@@ -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
);
}
}
app/views/shared/icons/_icon_autodevops.svg
View file @
ea666921
This diff is collapsed.
Click to expand it.
changelogs/unreleased/animate-auto-devops.yml
0 → 100644
View file @
ea666921
---
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