MotionScope icon indicating copy to clipboard operation
MotionScope copied to clipboard

Explode and explore dimensions in Software Animation

Results 5 MotionScope issues
Sort by recently updated
recently updated
newest added

When specifying expected max and min values, put them on the dotted lines (I think on the left hand side)

legend is HTML so it needs z indexes as well.

bug

``` graph = new MotionScope plot: [modal, "y"] [circle, "scale"] parent: wrapper width: Screen.width / 2 height: Screen.height / 2 ``` and ``` graph.plot(modal, "x") ```

enhancement

workaround: save your Framer project / force a hard reload

bug