BlankSourceCode / obs-zoom-to-mouse

An OBS lua script to zoom a display-capture source to focus on the mouse
178 stars 15 forks source link

Add easing to zoom animation #8

Closed BlankSourceCode closed 7 months ago

BlankSourceCode commented 7 months ago

This PR adds a simple ease to the zoom animation so that it looks nicer.

It can be manually customized by changing the script at the function ease_in_out(t) function. Currently is uses a inOutCubic ease. See easings.net for simple examples.