ionic-tooltips icon indicating copy to clipboard operation
ionic-tooltips copied to clipboard

css for delay in tooltip animation

Open gitxav opened this issue 5 years ago • 0 comments

Hi all:

I wonder how to implement in css some delay in tooltip's display animation. For instance, I've tried the following but it has no effect:

tooltip-box {
    transition: .25s all ease !important;
    transition-delay: 1s !important;
}

I'll appreciate any hint. Best regards.

gitxav avatar Feb 08 '20 00:02 gitxav