fix animations

This commit is contained in:
2019-02-10 20:33:39 +03:00
parent f77cbee56b
commit 78ec8c3269
2 changed files with 0 additions and 2 deletions

View File

@@ -30,7 +30,6 @@ export class AuthScreenComponent extends React.PureComponent<IAuthScreenProps> {
) : (
<div className="animationWrapper">
<Transition
native={true}
items={location}
keys={location.pathname}
from={{

View File

@@ -111,7 +111,6 @@ export class HomeComponent extends React.PureComponent<IHomeProps> {
</Navbar>
<div id="MainScreen" className="animationWrapper">
<Transition
native={true}
config={{
...config.default,
clamp: true,