-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(interaction): add elementActiveByX and elementActiveByColor #4215
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pearmini
force-pushed
the
feat/element-active
branch
from
October 24, 2022 05:29
756a6f8
to
80bd9b9
Compare
pearmini
force-pushed
the
feat/element-active
branch
from
October 24, 2022 05:31
80bd9b9
to
5a7beb1
Compare
pearmini
force-pushed
the
feat/element-active
branch
from
October 24, 2022 05:42
5a7beb1
to
216e443
Compare
其它都挺好的~ 我就多确认一个点:遵循 |
嗯嗯,这个确实也是需要考虑的。 |
pearmini
force-pushed
the
feat/element-active
branch
from
October 24, 2022 07:27
b54096c
to
bc4e8e3
Compare
hustcc
requested changes
Oct 24, 2022
hustcc
approved these changes
Oct 24, 2022
pr-triage
bot
added
PR: partially-approved
and removed
PR: reviewed-changes-requested
labels
Oct 24, 2022
visiky
reviewed
Oct 24, 2022
hustcc
pushed a commit
that referenced
this pull request
May 16, 2023
* feat(elementActive): data-driven grouped by color or x * test(interaction): use snapshot test * refactor(elementActive): rename selected to active * fix: ci
hustcc
pushed a commit
that referenced
this pull request
May 16, 2023
* feat(elementActive): data-driven grouped by color or x * test(interaction): use snapshot test * refactor(elementActive): rename selected to active * fix: ci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Element Active
添加和 Element Active 有关的交互。
TODO: 过渡动画
变更点
${state}${style}
的形式来设置数据驱动的各个状态的样式。案例
默认样式
指定激活样式
指定未激活样式
数据驱动的样式。
激活同一颜色
激活同一位置
添加 Link