updated realTime vis panel smooth transition

This commit is contained in:
Nalvazhuthi
2025-04-30 18:23:27 +05:30
75 changed files with 3802 additions and 2712 deletions

View File

@@ -30,6 +30,7 @@ const SimulationPlayer: React.FC = () => {
// Button functions
const handleReset = () => {
setReset(true);
// setReset(!isReset);
setSpeed(1);
};
const handlePlayStop = () => {