Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Animation delay does not seem to work #122

Open
ernsheong opened this issue Dec 9, 2017 · 1 comment
Open

Animation delay does not seem to work #122

ernsheong opened this issue Dec 9, 2017 · 1 comment

Comments

@ernsheong
Copy link

ernsheong commented Dec 9, 2017

Regardless of what is put in the animation-delay attribute (or omitted) there seems to be no delay at all in showing the tooltip in paper-tooltip 2.0.1 (within my application)

Anyone else seeing this behavior?

@djm158
Copy link

djm158 commented Jun 20, 2018

Agreed, seems to be an unused property. However, you can do this with CSS custom properties:

:root {
  --paper-tooltip-duration-in: 200ms;
  --paper-tooltip-duration-out: 200ms;
  --paper-tooltip-delay-in: 200ms;
  --paper-tooltip-delay-out: 200ms;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants