Skip to content

Commit

Permalink
fix: improvements on Glossary/Delta (#33648)
Browse files Browse the repository at this point in the history
fix: improvements
  • Loading branch information
PassionPenguin committed May 17, 2024
1 parent 532be30 commit fd4435c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions files/en-us/glossary/delta/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ More commonly, you receive the delta and use it to update a saved previous condi
let newX = oldX + deltaX;
```

## See also

- Mouse wheel events ({{domxref("WheelEvent")}} offer the amount the wheel moved since the last event in its {{domxref("WheelEvent.deltaX", "deltaX")}}, {{domxref("WheelEvent.deltaY", "deltaY")}}, and {{domxref("WheelEvent.deltaZ", "deltaZ")}} properties, for example.
For example, mouse wheel events {{domxref("WheelEvent")}} offer the amount the wheel moved since the last event in its {{domxref("WheelEvent.deltaX", "deltaX")}}, {{domxref("WheelEvent.deltaY", "deltaY")}}, and {{domxref("WheelEvent.deltaZ", "deltaZ")}} properties.

0 comments on commit fd4435c

Please sign in to comment.