Is there a way to automatically replace all or certain CSS :hover
effects with a smooth hover from jQuery (or plain JavaScript or other library would also be OK)?
E.g. if for an element a :hover
style is defined, to replace this without having to manually write the JavaScript for each?