Commit c98591eb authored by Ross's avatar Ross

remove animation

parent 43637b0f
...@@ -30,22 +30,3 @@ ...@@ -30,22 +30,3 @@
//max-width: 560px; //max-width: 560px;
} }
} }
@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 { ...@@ -512,7 +512,6 @@ class AddLiquidity extends Component {
})} })}
/> />
<div className='ani_title_fade_in'>
{ {
this.isNewExchange() this.isNewExchange()
? ( ? (
...@@ -574,7 +573,6 @@ class AddLiquidity extends Component { ...@@ -574,7 +573,6 @@ class AddLiquidity extends Component {
</button> </button>
</div> </div>
</div> </div>
</div>
]; ];
} }
} }
......
...@@ -182,7 +182,6 @@ class CreateExchange extends Component { ...@@ -182,7 +182,6 @@ class CreateExchange extends Component {
})} })}
/> />
<div className='ani_title_fade_in'>
<ModeSelector title="Create Exchange" /> <ModeSelector title="Create Exchange" />
<AddressInputPanel <AddressInputPanel
title="Token Address" title="Token Address"
...@@ -215,7 +214,6 @@ class CreateExchange extends Component { ...@@ -215,7 +214,6 @@ class CreateExchange extends Component {
</button> </button>
</div> </div>
</div> </div>
</div>
); );
} }
} }
......
...@@ -359,9 +359,6 @@ class RemoveLiquidity extends Component { ...@@ -359,9 +359,6 @@ class RemoveLiquidity extends Component {
'header--inactive': !isConnected, 'header--inactive': !isConnected,
})} })}
/> />
<div className='ani_title_fade_in'>
<ModeSelector title="Remove Liquidity" /> <ModeSelector title="Remove Liquidity" />
<CurrencyInputPanel <CurrencyInputPanel
title="Pool Tokens" title="Pool Tokens"
...@@ -393,7 +390,6 @@ class RemoveLiquidity extends Component { ...@@ -393,7 +390,6 @@ class RemoveLiquidity extends Component {
</button> </button>
</div> </div>
</div> </div>
</div>
]; ];
} }
} }
......
...@@ -733,7 +733,6 @@ class Send extends Component { ...@@ -733,7 +733,6 @@ class Send extends Component {
})} })}
/> />
<div className='ani_title_fade_in'>
<CurrencyInputPanel <CurrencyInputPanel
title="Input" title="Input"
description={lastEditedField === OUTPUT ? estimatedText : ''} description={lastEditedField === OUTPUT ? estimatedText : ''}
...@@ -785,8 +784,6 @@ class Send extends Component { ...@@ -785,8 +784,6 @@ class Send extends Component {
</button> </button>
</div> </div>
</div> </div>
</div>
</div> </div>
); );
} }
......
...@@ -714,7 +714,6 @@ class Swap extends Component { ...@@ -714,7 +714,6 @@ class Swap extends Component {
})} })}
/> />
<div className='ani_title_fade_in'>
<CurrencyInputPanel <CurrencyInputPanel
title="Input" title="Input"
description={lastEditedField === OUTPUT ? estimatedText : ''} description={lastEditedField === OUTPUT ? estimatedText : ''}
...@@ -758,7 +757,6 @@ class Swap extends Component { ...@@ -758,7 +757,6 @@ class Swap extends Component {
</div> </div>
</div> </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