1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-21 14:27:46 +03:00

Removing animation visibility delay

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-10-30 13:05:50 +03:00
parent 7817db39f2
commit 924cf14fd5

View File

@ -15,7 +15,7 @@ export interface AnimateProps {
@observer
export class Animate extends React.Component<AnimateProps> {
static VISIBILITY_DELAY_MS = 100;
static VISIBILITY_DELAY_MS = 0;
static defaultProps: AnimateProps = {
name: "opacity",