mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Removing animation visibility delay
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
7817db39f2
commit
924cf14fd5
@ -15,7 +15,7 @@ export interface AnimateProps {
|
|||||||
|
|
||||||
@observer
|
@observer
|
||||||
export class Animate extends React.Component<AnimateProps> {
|
export class Animate extends React.Component<AnimateProps> {
|
||||||
static VISIBILITY_DELAY_MS = 100;
|
static VISIBILITY_DELAY_MS = 0;
|
||||||
|
|
||||||
static defaultProps: AnimateProps = {
|
static defaultProps: AnimateProps = {
|
||||||
name: "opacity",
|
name: "opacity",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user