使用的leader-line的片段代码

举报
拿我格子衫来 发表于 2022/03/17 22:33:10 2022/03/17
【摘要】 let liElArr = $('ol.queue-in li') for(let i = 0; i<liElArr.length; i++) { let item = liElArr[i] let confidence = item.dataset.confidence let color = ...

  
  1. let liElArr = $('ol.queue-in li')
  2. for(let i = 0; i<liElArr.length; i++) {
  3. let item = liElArr[i]
  4. let confidence = item.dataset.confidence
  5. let color = item.dataset.color
  6. new LeaderLine(
  7. LeaderLine.mouseHoverAnchor(item, 'draw', {
  8. animOptions: {
  9. duration: 1000
  10. },
  11. hoverStyle:{
  12. backgroundColor: null
  13. },
  14. // 起始点样式,这里为了清除默认样式
  15. style: {
  16. paddingTop: null,
  17. paddingRight: null,
  18. paddingBottom: null,
  19. paddingLeft: null,
  20. cursor: null,
  21. backgroundColor: null,
  22. backgroundImage: null,
  23. backgroundSize: null,
  24. backgroundPosition: null,
  25. backgroundRepeat: null
  26. }
  27. }),
  28. document.querySelector(`#firstCard [data-confidence="${confidence}"]`),
  29. {
  30. color: color,
  31. size: 6,
  32. hoverStyle:{
  33. backgroundColor: null
  34. },
  35. // 起始点样式,这里为了清除默认样式
  36. style: {
  37. paddingTop: null,
  38. paddingRight: null,
  39. paddingBottom: null,
  40. paddingLeft: null,
  41. cursor: null,
  42. backgroundColor: null,
  43. backgroundImage: null,
  44. backgroundSize: null,
  45. backgroundPosition: null,
  46. backgroundRepeat: null
  47. }
  48. }
  49. )
  50. }

 

文章来源: fizzz.blog.csdn.net,作者:拿我格子衫来,版权归原作者所有,如需转载,请联系作者。

原文链接:fizzz.blog.csdn.net/article/details/106941304

【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。