Delta - MDN Web Docs Glossary: Definitions of Web-related terms 编辑
The term delta refers to the difference between two values or states. The name originates from the Greek letter Δ (delta), which is equivalent to the letter D in the Roman alphabet. Delta refers to the use of the letter Δ as a shorthand for difference.
The term delta is commonly used when communicating changes in speed, position, or acceleration of a physical or virtual object. It's also used when describing changes in the volume or frequency of sound waves.
For example, when describing how far an object on the screen moves left-to-right, one might use the term delta x or Δx.
Likewise, given the new value of X and its old value, you might compute the delta like this:
let deltaX = newX - oldX;
More commonly, you receive the delta and use it to update a saved previous condition:
let newX = oldX + deltaX;
Learn more
Technical reference
- Mouse wheel events (
WheelEvent
offer the amount the wheel moved since the last event in itsdeltaX
,deltaY
, anddeltaZ
properties, for example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论