Implemented a threaded zooming mechanism in sxiv to improve responsiveness during zoom operations. Instead of blocking the main loop during the zoom animation, zoom commands now spawn a single thread that manages the velocity of the effect, allowing subsequent commands to adjust the velocity dynamically. This change adds pthreads usage to handle the animation concurrently, resulting in a smoother zooming experience.