Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
KingSora committed Jun 21, 2024
1 parent 58177cf commit 2406fc8
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/404.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/examples.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/examples.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/index.txt

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion packages/overlayscrollbars/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
### Improvements

- Reduced bundle size due to removed compatiblity code.
- Improve `clickScroll` to not cancel fast clicks / taps [#650](https://github.com/KingSora/OverlayScrollbars/issues/650)
- `clickScroll` will not cancel on fast clicks / taps. [#650](https://github.com/KingSora/OverlayScrollbars/issues/650)
- Add easing to the `clickScroll` animation.
- The scrollbar-handle offset and size calculations are now entirely in CSS and will not force reflows.
- Use custom css properties for setting the scrollbar-handle offset and size.

### Bug Fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ClickScrollPlugin = /* @__PURE__ */ (() => ({
let stopClickAnimation = noop;
let stopPressAnimation = noop;
const [setFirstIterationPauseTimeout, clearFirstIterationPauseTimeout] =
selfClearTimeout(222);
selfClearTimeout(133);
const animateClickScroll = (
clickScrollProgress: number,
iteration: number,
Expand Down

0 comments on commit 2406fc8

Please sign in to comment.