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.
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:
I'll appreciate any hint.
Best regards.