Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants