slightly faster animations

This commit is contained in:
2019-02-10 18:56:05 +03:00
parent a9760017ec
commit f77cbee56b
2 changed files with 2 additions and 0 deletions

View File

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

View File

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