Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
interface
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
LuckySwap
interface
Commits
c98591eb
Commit
c98591eb
authored
Jan 12, 2019
by
Ross
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove animation
parent
43637b0f
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
200 additions
and
232 deletions
+200
-232
App.scss
src/pages/App.scss
+0
-19
AddLiquidity.js
src/pages/Pool/AddLiquidity.js
+57
-59
CreateExchange.js
src/pages/Pool/CreateExchange.js
+28
-30
RemoveLiquidity.js
src/pages/Pool/RemoveLiquidity.js
+28
-32
index.js
src/pages/Send/index.js
+48
-51
index.js
src/pages/Swap/index.js
+39
-41
No files found.
src/pages/App.scss
View file @
c98591eb
...
...
@@ -30,22 +30,3 @@
//max-width: 560px;
}
}
\ No newline at end of file
@keyframes
title_fade_in
{
from
{
opacity
:
0
.5
;
}
to
{
opacity
:
1
;
}
}
.ani_title_fade_in
{
position
:
relative
;
opacity
:
0
;
animation
:
title_fade_in
cubic-bezier
(
0
.23
,
1
,
0
.32
,
1
)
1
;
animation-fill-mode
:
forwards
;
animation-duration
:
1
.2s
;
animation-delay
:
0s
;
}
\ No newline at end of file
src/pages/Pool/AddLiquidity.js
View file @
c98591eb
...
...
@@ -512,7 +512,6 @@ class AddLiquidity extends Component {
})}
/
>
<
div
className
=
'
ani_title_fade_in
'
>
{
this
.
isNewExchange
()
?
(
...
...
@@ -574,7 +573,6 @@ class AddLiquidity extends Component {
<
/button
>
<
/div
>
<
/div
>
<
/div
>
];
}
}
...
...
src/pages/Pool/CreateExchange.js
View file @
c98591eb
...
...
@@ -182,7 +182,6 @@ class CreateExchange extends Component {
})}
/
>
<
div
className
=
'
ani_title_fade_in
'
>
<
ModeSelector
title
=
"
Create Exchange
"
/>
<
AddressInputPanel
title
=
"
Token Address
"
...
...
@@ -215,7 +214,6 @@ class CreateExchange extends Component {
<
/button
>
<
/div
>
<
/div
>
<
/div
>
);
}
}
...
...
src/pages/Pool/RemoveLiquidity.js
View file @
c98591eb
...
...
@@ -359,9 +359,6 @@ class RemoveLiquidity extends Component {
'
header--inactive
'
:
!
isConnected
,
})}
/
>
<
div
className
=
'
ani_title_fade_in
'
>
<
ModeSelector
title
=
"
Remove Liquidity
"
/>
<
CurrencyInputPanel
title
=
"
Pool Tokens
"
...
...
@@ -393,7 +390,6 @@ class RemoveLiquidity extends Component {
<
/button
>
<
/div
>
<
/div
>
<
/div
>
];
}
}
...
...
src/pages/Send/index.js
View file @
c98591eb
...
...
@@ -733,7 +733,6 @@ class Send extends Component {
})}
/
>
<
div
className
=
'
ani_title_fade_in
'
>
<
CurrencyInputPanel
title
=
"
Input
"
description
=
{
lastEditedField
===
OUTPUT
?
estimatedText
:
''
}
...
...
@@ -785,8 +784,6 @@ class Send extends Component {
<
/button
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
);
}
...
...
src/pages/Swap/index.js
View file @
c98591eb
...
...
@@ -714,7 +714,6 @@ class Swap extends Component {
})}
/
>
<
div
className
=
'
ani_title_fade_in
'
>
<
CurrencyInputPanel
title
=
"
Input
"
description
=
{
lastEditedField
===
OUTPUT
?
estimatedText
:
''
}
...
...
@@ -758,7 +757,6 @@ class Swap extends Component {
<
/div
>
<
/div
>
<
/div
>
<
/div
>
);
}
}
...
...
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