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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
0bc01afa
Commit
0bc01afa
authored
Sep 24, 2019
by
George Tsiolis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove selectors for framework animations
parent
d8f2eb01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
app/assets/stylesheets/framework/animations.scss
app/assets/stylesheets/framework/animations.scss
+0
-15
No files found.
app/assets/stylesheets/framework/animations.scss
View file @
0bc01afa
...
@@ -11,25 +11,10 @@
...
@@ -11,25 +11,10 @@
@include
webkit-prefix
(
animation-duration
,
1s
);
@include
webkit-prefix
(
animation-duration
,
1s
);
@include
webkit-prefix
(
animation-fill-mode
,
both
);
@include
webkit-prefix
(
animation-fill-mode
,
both
);
&
.infinite
{
@include
webkit-prefix
(
animation-iteration-count
,
infinite
);
}
&
.once
{
&
.once
{
@include
webkit-prefix
(
animation-iteration-count
,
1
);
@include
webkit-prefix
(
animation-iteration-count
,
1
);
}
}
&
.hinge
{
@include
webkit-prefix
(
animation-duration
,
2s
);
}
&
.flipOutX
,
&
.flipOutY
,
&
.bounceIn
,
&
.bounceOut
{
@include
webkit-prefix
(
animation-duration
,
0
.75s
);
}
&
.short
{
&
.short
{
@include
webkit-prefix
(
animation-duration
,
321ms
);
@include
webkit-prefix
(
animation-duration
,
321ms
);
@include
webkit-prefix
(
animation-fill-mode
,
none
);
@include
webkit-prefix
(
animation-fill-mode
,
none
);
...
...
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