Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2021-12-19 | 412 Bytes | |
v2.3.0 - resolve dragging _ scrolling on iOS 15.tar.gz | 2021-12-19 | 106.6 kB | |
v2.3.0 - resolve dragging _ scrolling on iOS 15.zip | 2021-12-19 | 141.5 kB | |
Totals: 3 Items | 248.5 kB | 1 |
For [#1177]
- I added a check within the browser resize handler to not trigger if animating or dragging. This should help with dragging performance.
- I switched to Touch Events over Pointer Events, which allow preventDefault so you can disable window scrolling on mobile. This will help with flicking.
For [#1150] - use transform
or left/right
positioning for less Cumulative Layout Shift warnings.