Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
icons
Project
Project
Details
Activity
Releases
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
icons
Commits
b2c513c4
Commit
b2c513c4
authored
Feb 16, 2019
by
Julien Deswaef
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge pull request #158 from vanokhin/#140
Change animation names according to fa-css-prefix variable
parent
37503352
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
animated.less
less/animated.less
+6
-6
_animated.scss
scss/_animated.scss
+6
-6
No files found.
less/animated.less
View file @
b2c513c4
...
...
@@ -2,16 +2,16 @@
// --------------------------
.@{fa-css-prefix}-spin {
-webkit-animation:
fa-spin
2s infinite linear;
animation:
fa-spin
2s infinite linear;
-webkit-animation:
~'@{fa-css-prefix}-spin'
2s infinite linear;
animation:
~'@{fa-css-prefix}-spin'
2s infinite linear;
}
.@{fa-css-prefix}-pulse {
-webkit-animation:
fa-spin
1s infinite steps(8);
animation:
fa-spin
1s infinite steps(8);
-webkit-animation:
~'@{fa-css-prefix}-spin'
1s infinite steps(8);
animation:
~'@{fa-css-prefix}-spin'
1s infinite steps(8);
}
@-webkit-keyframes
fa-spin
{
@-webkit-keyframes
~'@{fa-css-prefix}-spin'
{
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
...
...
@@ -22,7 +22,7 @@
}
}
@keyframes
fa-spin
{
@keyframes
~'@{fa-css-prefix}-spin'
{
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
...
...
scss/_animated.scss
View file @
b2c513c4
...
...
@@ -2,16 +2,16 @@
// --------------------------
.
#{
$fa-css-prefix
}
-spin
{
-webkit-animation
:
fa
-spin
2s
infinite
linear
;
animation
:
fa
-spin
2s
infinite
linear
;
-webkit-animation
:
#{
$fa-css-prefix
}
-
spin
2s
infinite
linear
;
animation
:
#{
$fa-css-prefix
}
-
spin
2s
infinite
linear
;
}
.
#{
$fa-css-prefix
}
-pulse
{
-webkit-animation
:
fa
-spin
1s
infinite
steps
(
8
);
animation
:
fa
-spin
1s
infinite
steps
(
8
);
-webkit-animation
:
#{
$fa-css-prefix
}
-
spin
1s
infinite
steps
(
8
);
animation
:
#{
$fa-css-prefix
}
-
spin
1s
infinite
steps
(
8
);
}
@-webkit-keyframes
fa
-spin
{
@-webkit-keyframes
#{
$fa-css-prefix
}
-spin
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
...
...
@@ -22,7 +22,7 @@
}
}
@keyframes
fa
-spin
{
@keyframes
#{
$fa-css-prefix
}
-spin
{
0
%
{
-webkit-transform
:
rotate
(
0deg
);
transform
:
rotate
(
0deg
);
...
...
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