Y
Hacker News
new
|
ask
|
show
|
jobs
by
omgtehlion
5210 days ago
please remove this annoying animation, and strange effect with mouse cursor on inactive days (for a moment I thought that chrome has crashed)
1 comments
gautaml
5210 days ago
You can actually remove the calls to slideUp(200) and slideDown(200) and replace them with hide() and show() respectively.
As well you can set the -hover class to not alter the looks if you don't want the hover effect.
link
As well you can set the -hover class to not alter the looks if you don't want the hover effect.