-
Notifications
You must be signed in to change notification settings - Fork 210
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
Include a back-to-top Button on scrolling down #346
Comments
GitMate.io thinks the contributors most likely able to help are @tech4GT, and @GitMate[bot]. Possibly related issues are #260 (Blur module producing a black 'border' at the top and bottom), #231 ("Save as module" button on Dynamic module), #36 (What Should Module Logs Include?), and #318 (Delete buttons and indices slightly off in demo). |
1 similar comment
GitMate.io thinks the contributors most likely able to help are @tech4GT, and @GitMate[bot]. Possibly related issues are #260 (Blur module producing a black 'border' at the top and bottom), #231 ("Save as module" button on Dynamic module), #36 (What Should Module Logs Include?), and #318 (Delete buttons and indices slightly off in demo). |
Love this! Great!
…On Fri, Sep 28, 2018, 4:07 PM gitmate[bot] ***@***.***> wrote:
GitMate.io <https://gitmate.io> thinks the contributors most likely able
to help are @tech4GT <https://github.com/tech4GT>, and @GitMate
<https://github.com/GitMate>[bot].
Possibly related issues are #260
<#260> (Blur module
producing a black 'border' at the top and bottom), #231
<#231> ("Save as
module" button on Dynamic module), #36
<#36> (What Should
Module Logs Include?), and #318
<#318> (Delete buttons
and indices slightly off in demo).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#346 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ902athyJ3hUIn7RZaE9O5h0D_Ayks5ufp2LgaJpZM4XAEX4>
.
|
Very nice idea indeed!! |
Published on GCI dashboard |
How do I claim this issue??? or open it with Desktop Github? |
For claiming the task just write a comment asking to claim it For reproducing the task you need to install the software first |
We are preparing to participate in Google Code-in, and have reserved this issue for participants in GCI - but we'd love to have your help with another one! Please check out https://code.publiclab.org to see more.
First Timers Only
Hi, this is a first-timers-only issue. This means this has been worked to make it more legible to folks who either haven't contributed to our codebase before, or even folks who haven't contributed to open source before.
If you have contributed before, consider leaving this one for someone new, and looking through our general help wanted issues. Thanks!
The Problem
We want to include a button at the bottom-right corner of the screen in the main UI when we scroll the page to make it easy to go back to top with a smooth scrolling effect, which is currently missing and can be implemented as shown below.
The Solution
We want to layout the button using an tag in HTML, along with font-awesome, then style it using CSS and finally write a few lines of jQuery to make the scrolling part work.
A seperate JavaScript file can be made for this functionality under examples/lib/scrollToTop.js, containing the necessary JavaScript code.
The HTML can be included in the examples/index.html and the CSS in examples/demo.css.
Make sure to include the JavaScript file in the
<script>
tag before the body ends and the button in the HTML markup above that.Instance Count = 1
The text was updated successfully, but these errors were encountered: