-
-
Notifications
You must be signed in to change notification settings - Fork 117
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: Support getComputedStyle API #183
Merged
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
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
2 times, most recently
from
December 6, 2022 09:12
5f2545f
to
1fd269d
Compare
devjiangzhou
changed the title
[WIP] Support getComputedStyle API
[WIP] feat: Support getComputedStyle API
Dec 6, 2022
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
2 times, most recently
from
December 14, 2022 12:14
db0467d
to
e36a41f
Compare
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
from
December 14, 2022 12:21
e36a41f
to
dd5d17d
Compare
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
from
December 16, 2022 14:39
201d75d
to
ffae5bc
Compare
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
from
December 17, 2022 09:43
bf0e734
to
31f1cad
Compare
xuzhongpeng
approved these changes
Jan 13, 2023
This was
linked to
issues
Jan 13, 2023
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
from
January 15, 2023 15:08
d997114
to
4d03e5a
Compare
devjiangzhou
added
enhancement
New feature or request
CSS
w3c css standard features
and removed
enhancement
New feature or request
labels
Jan 16, 2023
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
2 times, most recently
from
January 16, 2023 15:37
5a1b5d7
to
946afdd
Compare
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
2 times, most recently
from
January 17, 2023 04:29
d6771b5
to
6a28b2d
Compare
devjiangzhou
force-pushed
the
getcomputedstyle-support
branch
from
January 17, 2023 05:51
6a28b2d
to
d9dc95e
Compare
andycall
approved these changes
Jan 24, 2023
vant-picker need transform function getElementTranslateY(element: Element) {
const { transform } = window.getComputedStyle(element);
const translateY = transform.slice(7, transform.length - 1).split(', ')[5];
return Number(translateY);
} |
1 task
looseyi
pushed a commit
that referenced
this pull request
Nov 11, 2024
[FIX][NEZ][1.86.0] fix gesture conflict on platoform webview
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.
#80
TODO:
vant:
transition-property
transition-delay
transition-duration
animation-delay
animation-duration