- Notifications
You must be signed in to change notification settings - Fork179
Scrolling#295
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
Merged
MykolaSopiha merged 26 commits intojavascript-tutorial:masterfromOlhaBrozhenets:onscrollJan 29, 2022
Uh oh!
There was an error while loading.Please reload this page.
Merged
Scrolling#295
Changes fromall commits
Commits
Show all changes
26 commits Select commitHold shift + click to select a range
c27d035
onscroll
OlhaBrozhenetsaba0b5d
edits onscroll
OlhaBrozhenetsdfdfbec
Update 2-ui/3-event-details/8-onscroll/1-endless-page/solution.md
MykolaSopiha11c1d61
Update 2-ui/3-event-details/8-onscroll/1-endless-page/source.view/ind…
MykolaSopiha8c1c4b6
Update 2-ui/3-event-details/8-onscroll/2-updown-button/source.view/in…
MykolaSopihab608408
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha34f71ab
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha2a84969
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopiha7924f06
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopihabb68410
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopiha19155d9
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopiha7747fa5
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopihae7d41dd
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopihabb967f1
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha280e2e1
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha1302439
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopihad13a378
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopihac6c885d
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopihac947d65
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha9337c48
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/solution.vi…
MykolaSopiha90dd61c
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/task.md
MykolaSopiha445fa59
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/task.md
MykolaSopiha543c77e
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopihabe8bc39
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopihac8bf30c
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopiha33c252a
Update 2-ui/3-event-details/8-onscroll/3-load-visible-img/source.view…
MykolaSopihaFile 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
48 changes: 24 additions & 24 deletions2-ui/3-event-details/8-onscroll/1-endless-page/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
4 changes: 2 additions & 2 deletions2-ui/3-event-details/8-onscroll/1-endless-page/solution.view/index.html
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
2 changes: 1 addition & 1 deletion2-ui/3-event-details/8-onscroll/1-endless-page/source.view/index.html
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 |
---|---|---|
@@ -9,7 +9,7 @@ | ||
<h1>Scroll me</h1> | ||
<script> | ||
// ...ваш код ... | ||
</script> | ||
</body> | ||
16 changes: 8 additions & 8 deletions2-ui/3-event-details/8-onscroll/1-endless-page/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
2 changes: 1 addition & 1 deletion2-ui/3-event-details/8-onscroll/2-updown-button/solution.view/index.html
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
2 changes: 1 addition & 1 deletion2-ui/3-event-details/8-onscroll/2-updown-button/source.view/index.html
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 |
---|---|---|
@@ -46,7 +46,7 @@ | ||
<div id="arrowTop"></div> | ||
<script> | ||
// ...ваш код ... | ||
</script> | ||
</body> | ||
14 changes: 7 additions & 7 deletions2-ui/3-event-details/8-onscroll/2-updown-button/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
18 changes: 9 additions & 9 deletions2-ui/3-event-details/8-onscroll/3-load-visible-img/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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.