Skip to content

Commit

Permalink
Remove transition from Visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
delasy committed Oct 18, 2024
1 parent c8a9049 commit 532c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Visualizer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export function Visualizer({
>
{entities.map((entity, idx) => (
<div
className="flex items-center justify-center absolute transition-all"
className="flex items-center justify-center absolute"
key={`${startedAt}.${entity.toConfig()}.${idx}`}
style={{
fontSize: `${parseInt(cellSize) / 2}px`,
Expand Down

0 comments on commit 532c0ed

Please sign in to comment.