doc: add doc for coarse-pointer#67
Conversation
plainheart
left a comment
There was a problem hiding this comment.
I think we need to make it clear on the usage of intersect & interact and interactable & interactive and keep them consistent. In my view, interactable is less used than interactive. Correct me if I'm wrong.
| src="images/how-to/coarse-pointer-en.gif"> | ||
| </img> | ||
|
|
||
| That is, if an element is within the `opt.pointerSize` radius of the mouse or touch position, the closest interactable element is considered the interactive object. |
There was a problem hiding this comment.
interactable seems less used and it's better to use interactive for consistency.
There was a problem hiding this comment.
Thanks for the review. I was using Google Translation and did not pay much attention to the difference between interactive and interactable. After a second thought, I think interactable can mean something can be interacted with (可交互的) while interactive is the adjective form of interaction (交互的). But I do like the idea to keep it simple so I changed all to be interactive.
Add doc for coarse pointer apache/echarts#17102 .