开发者

Add Effect to Highlighted Area Using jQuery Map Highlight Plugin

开发者 https://www.devze.com 2023-02-06 11:19 出处:网络
I have an interactive venn diagram using the jQuery Map Highlight Plugin: http://jsfiddle.net/keith/REyPv/2/

I have an interactive venn diagram using the jQuery Map Highlight Plugin: http://jsfiddle.net/keith/REyPv/2/

I'd like to make the initial highlighted item pulse or glow, because users have commented that they didn't know the diagram was interactive. I've tried adding fade or animate in jQuery but couldn't get it to work. And I think I'd only want the first highlighted item to glow, and not the others once the user starts interacting with it.

Also I'm not sure if I'm highlighting the initial item correctly because I'm repeating code below it, so if th开发者_如何学编程ere are any suggestions on doing that better I'd appreciate it.


I have always ended up having to hack the plugin for any specific needs.

This takes time so I would just blink the wrapper div instead ...

EDIT:

Had a second look at your code and the pulsating effect could be made without hacking the plugin by just triggering mouseover and mouseout.

http://jsfiddle.net/REyPv/3/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号