veger / TLBE

TLBE - Time Lapse Base Edition
MIT License
9 stars 6 forks source link

Fix pausing during transition #46

Closed veger closed 1 year ago

veger commented 1 year ago

Camera transition code got simplified/improved: Now the Camera keeps track of the transition data, and the Tracker only signals that the target position/zoom factor has been changed. This fixes the issue with paused cameras causing jumps in the transition.

Additional changes:

Fixes #43