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"> <div className="animationWrapper">
<Transition <Transition
native={true}
items={location} items={location}
keys={location.pathname} keys={location.pathname}
from={{ from={{

View File

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