jamiewaese / ePlant

ePlant is a data visualization tool for integrating and exploring multiple levels of biological data.
MIT License
2 stars 1 forks source link

Add delay before tooltip popup #41

Closed jamiewaese closed 11 years ago

jamiewaese commented 11 years ago

I'm not sure how to do this because it's all CSS, but one of my committee members requested this at my last review. (He was talking about GeneSlider, but it's the same code so the note would apply here as well.)

He said that tooltips are crucial for new users but they become annoying for experienced users. We should either have a toggle button that enables or disables them, or at a minimum introduce a delay before they pop up.

yuzhenmi commented 11 years ago

I'm not familiar with the CSS code for the tooltips, but would this work? http://www.w3schools.com/cssref/css3_pr_transition-delay.asp

I like the button choice better though.

jamiewaese commented 11 years ago

Let's just use a button. I'll send you an on off switch.

On Oct 25, 2013, at 7:40 PM, Hans Yu notifications@github.com wrote:

I'm not familiar with the CSS code for the tooltips, but would this work? http://www.w3schools.com/cssref/css3_pr_transition-delay.asp

I like the button choice better though.

— Reply to this email directly or view it on GitHub.