Skip to content

Commit

Permalink
Remove smooth scroll script
Browse files Browse the repository at this point in the history
The smooth scroll script breaks the back button and presents accessibility issues with focus and motion.

Fixes #52

Reference: https://css-tricks.com/smooth-scrolling-accessibility/
  • Loading branch information
budparr committed Jul 19, 2017
1 parent 39820e2 commit 27c73a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 87 deletions.
2 changes: 0 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import './hljs.js'
import './lazysizes.js'
import './menutoggle.js'
import './scrolldir.js'
import './smoothscroll.js'

import './nojs.js'


Expand Down
80 changes: 0 additions & 80 deletions src/js/smoothscroll.js

This file was deleted.

Loading

0 comments on commit 27c73a6

Please sign in to comment.