- Notifications
You must be signed in to change notification settings - Fork849
[과제번역] Part2. 3.4 드래그 앤 드롭과 마우스 이벤트 과제 번역#1120
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Open
devxsby wants to merge8 commits intojavascript-tutorial:masterChoose a base branch fromdevxsby:trans-2.3.4
base:master
Could not load branches
Branch not found:{{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline, and old review comments may become outdated.
Uh oh!
There was an error while loading.Please reload this page.
Open
Changes fromall commits
Commits
Show all changes
8 commits Select commitHold shift + click to select a range
d0e4765
2.3.4.1.task
devxsbye32d20a
2.3.4.1.solution
devxsby9db969f
2.3.4.2.task
devxsbyad5b1b8
2.3.4.2.solution
devxsbydd09329
[과제번역]Part2 3.4 드래그앤드롭/ Q1/ task
devxsbye5115af
[과제번역]Part2 3.4 드래그앤드롭/ Q1/ solution
devxsbycc6c36b
[과제번역]Part2 3.4 드래그앤드롭/ Q2/ task
devxsbye552245
[과제번역]Part2 3.4 드래그앤드롭/ Q2/ solution
devxsbyFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 3 additions & 3 deletions2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/solution.md
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
HTML·CSS에서 볼 수 있듯이 슬라이더는 배경색이 있는`<div>`로 `position:relative`가 있는 또 다른`<div>`러너를 포함합니다. | ||
러너의 위치를 지정하려면`position:relative`를 사용하여 상위에 상대적인 좌표를 제공하는데, 이는`position:absolute`보다 더 편리합니다. | ||
그런 다음 가로 너비를 제한하여 수평 전용 드래그 앤 드롭을 구현합니다. |
12 changes: 6 additions & 6 deletions2-ui/3-event-details/4-mouse-drag-and-drop/1-slider/task.md
This file contains hidden or 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
6 changes: 3 additions & 3 deletions2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/solution.md
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
요소를 드래그하기 위해`position:fixed`를 사용하면 좌표를 더 쉽게 관리할 수 있습니다. 마지막으로 요소를 문서에 배치하기 위해 다시`position:absolute`로 전환해야 합니다. | ||
좌표가 창 위·아래쪽에 있으면`window.scrollTo`를 사용하여 스크롤 합니다. | ||
자세한 내용은 코드에 있는 코멘트를 참조해 주세요. |
18 changes: 9 additions & 9 deletions2-ui/3-event-details/4-mouse-drag-and-drop/2-drag-heroes/task.md
This file contains hidden or 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
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.