INN / umbrella-ghn

Umbrella repository for Georgia Health News
GNU General Public License v2.0
0 stars 1 forks source link

Fix image aspect ratio in homepage sliders on mobile, debounce a scroll event #12

Closed benlk closed 4 years ago

benlk commented 4 years ago

Changes

This pull request makes the following changes:

Why

For #3

Testing/Questions

Features that this PR affects:

Questions that need to be answered before merging:

Steps to test this PR:

  1. check out the branch.
joshdarby commented 4 years ago

On mobile, the homepage top section should change from the first image to the second image:

Looks so much better now.

do we want to fiddle with the scroll behavior of the button?

I hope not 😬

Debounces the thing that checked whether to show/hide the button to smooth-scroll the browser to the top of the page, because that was firing every scroll tick and never showing the button as a result. Now it should show up sometimes, with much less thrashing.

Works well!