Skip to content

How hide gently while appearing #6

@lorenzocostalunga

Description

@lorenzocostalunga

I'm looking for a way to hide gently the popup while opening ...
Please help me

    public void HideNow()
    {
        tmrWait.Stop();
        isAppearing = false;

        tmrWait.Interval = Delay;

        realAnimationDuration = 1;

        tmrAnimation.Interval = AnimationInterval;
        tmrAnimation.Start();
        sw.Restart();
    }

Sorry for my bad english.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions