mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
fix animations
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user