You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
Need another solution for automatically scrolling in the thumbnail and card tracks. Currently, the app does scroll to the correct thumbnail/card, but it jumps immediately rather than giving proper feedback via scroll.
Mocks
How it should look (working in Chrome and Firefox)
But no smooth scrolling in Safari
Acceptance Criteria
Update [Required]
Implement a third-party or custom solution that adds smooth, automatic scrolling for the card and thumbnail track in Safari.
Enhancement to Update [Optional]
Implement a single solution that works for all major browsers.
Definition of Done
All of the required items are completed.
Approval by 1 mentor.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Safari does not implement the
smooth
option for the DOM method.scrollIntoView()
.https://caniuse.com/#feat=scrollintoview (July 25, 2018)
Need another solution for automatically scrolling in the thumbnail and card tracks. Currently, the app does scroll to the correct thumbnail/card, but it jumps immediately rather than giving proper feedback via scroll.
Mocks
How it should look (working in Chrome and Firefox)
But no smooth scrolling in Safari
Acceptance Criteria
Update [Required]
Enhancement to Update [Optional]
Definition of Done
The text was updated successfully, but these errors were encountered: