Add auto-panning to the Artboard tool (#1652)

* Move panning functionality to auto_panning.rs

* Add auto-panning to Artboard tool

* Hide debug messages containing AnimationFrame
This commit is contained in:
Elbert Ronnie
2024-03-08 20:32:46 -08:00
committed by GitHub
parent ea3f834b64
commit d780602ecd
5 changed files with 209 additions and 94 deletions
@@ -1,3 +1,4 @@
pub mod auto_panning;
pub mod color_selector;
pub mod graph_modification_utils;
pub mod pivot;