Commit c98591eb authored by Ross's avatar Ross

remove animation

parent 43637b0f
......@@ -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
......@@ -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>
];
}
}
......
......@@ -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>
);
}
}
......
......@@ -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>
];
}
}
......
......@@ -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>
);
}
......
......@@ -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>
);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment