The author delves into a simple animation technique used in various graphic-related tasks such as camera movement, UI elements, and audio libraries. The technique involves adding animation to objects through smooth movements rather than abrupt changes. The author provides examples and explains the mathematical concepts behind the animations, showcasing different easing functions for optimal visual effects. The exponential smoothing method is introduced as a solution to the jittering and clumsiness encountered in linear animations, demonstrating its effectiveness in scenarios like camera movement. The post concludes with insights on the speed parameter’s significance and practical applications of exponential smoothing beyond graphics.
https://lisyarus.github.io/blog/programming/2023/02/21/exponential-smoothing.html