Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
48ed10b4
Unverified
Commit
48ed10b4
authored
Dec 12, 2018
by
Paul Kaplan
Committed by
GitHub
Dec 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2460 from paulkaplan/conserve-angular-momentum
Make the remix button spin the correct the direction
parents
40c1ac4b
3aeda220
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
+3
-12
src/views/preview/preview.scss
src/views/preview/preview.scss
+3
-12
No files found.
src/views/preview/preview.scss
View file @
48ed10b4
...
@@ -291,36 +291,27 @@ $stage-width: 480px;
...
@@ -291,36 +291,27 @@ $stage-width: 480px;
animation-direction
:
normal
;
animation-direction
:
normal
;
width
:
1
.25rem
;
width
:
1
.25rem
;
height
:
1
.25rem
;
height
:
1
.25rem
;
-webkit-animation-name
:
intro
,
spin
;
transform-origin
:
55%
55%
;
-webkit-animation-duration
:
.25s
,
.75s
;
-webkit-animation-iteration-count
:
1
,
infinite
;
-webkit-animation-delay
:
0s
,
.25s
;
-webkit-animation-timing-function
:
cubic-bezier
(
.3
,
-3
,
.6
,
3
)
,
ease-out
;
transform-origin
:
center
;
}
}
@keyframes
remix-intro
{
@keyframes
remix-intro
{
0
%
{
0
%
{
transform
:
scale
(
0
);
transform
:
scale
(
0
);
opacity
:
0
;
opacity
:
0
;
-webkit-transform
:
scale
(
0
);
}
}
100
%
{
100
%
{
transform
:
scale
(
1
);
transform
:
scale
(
1
);
opacity
:
1
;
opacity
:
1
;
-webkit-transform
:
scale
(
1
);
}
}
}
}
@keyframes
remix-spin
{
@keyframes
remix-spin
{
0
%
{
0
%
{
transform
:
rotate
(
0
);
transform
:
rotate
(
360deg
);
-webkit-transform
:
rotate
(
0
);
}
}
100
%
{
100
%
{
transform
:
rotate
(
359deg
);
transform
:
rotate
(
0deg
);
-webkit-transform
:
rotate
(
359deg
);
}
}
}
}
}
}
...
...
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