Closed CZX123 closed 7 months ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/commons/utils/JsSlangHelper.ts | 0 | 1 | 0.0% | ||
src/features/cseMachine/components/Frame.tsx | 3 | 4 | 75.0% | ||
src/features/cseMachine/java/components/Control.tsx | 0 | 1 | 0.0% | ||
src/features/cseMachine/java/components/ControlItem.tsx | 0 | 1 | 0.0% | ||
src/features/cseMachine/java/components/Stash.tsx | 0 | 1 | 0.0% | ||
src/features/cseMachine/CseMachineLayout.tsx | 3 | 5 | 60.0% | ||
src/features/cseMachine/CseMachineUtils.ts | 16 | 18 | 88.89% | ||
src/features/cseMachine/components/ArrayUnit.tsx | 4 | 6 | 66.67% | ||
src/features/cseMachine/components/Text.tsx | 2 | 5 | 40.0% | ||
src/features/cseMachine/components/arrows/GenericArrow.tsx | 3 | 6 | 50.0% | ||
<!-- | Total: | 84 | 696 | 12.07% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/features/cseMachine/animationComponents/BinaryOperationAnimation.tsx | 1 | 0.0% | ||
src/features/cseMachine/components/Text.tsx | 1 | 73.17% | ||
src/features/cseMachine/components/StashItemComponent.tsx | 1 | 60.78% | ||
src/features/cseMachine/components/ControlItemComponent.tsx | 1 | 53.66% | ||
src/features/cseMachine/animationComponents/UnaryOperationAnimation.tsx | 1 | 0.0% | ||
src/features/cseMachine/CseMachineAnimation.tsx | 3 | 14.56% | ||
<!-- | Total: | 8 | --> |
Totals | |
---|---|
Change from base Build 8673760081: | -0.9% |
Covered Lines: | 5267 |
Relevant Lines: | 14811 |
Description
The PR introduces many new animations to the CSE machine and some UI improvements.
Changes
UI Improvements
Animation Changes
animate
function, used for high-level animations with complex choreographyanimateTo
function where you can specify the target props, used in animations for simple nodesKonva.Animation
instead of aKonva.Tween
for much better flexibilitylerp
andlerpColor
functions to interpolate between numbers and hex color strings for the animation logic to workanimate
oranimateTo
in parallelNew Animations