From e918bb9e2c91c395ae32c0a5e9393753b092beb8 Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Sun, 27 Jun 2021 13:29:26 +0200 Subject: [PATCH] Update Node.css --- src/PathfindingVisualizer/Node/Node.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/PathfindingVisualizer/Node/Node.css b/src/PathfindingVisualizer/Node/Node.css index a24667c..f8d6417 100644 --- a/src/PathfindingVisualizer/Node/Node.css +++ b/src/PathfindingVisualizer/Node/Node.css @@ -17,7 +17,7 @@ animation-name: visitedAnimation; animation-duration: 1.5s; animation-timing-function: ease-out; - animation-delay: 0; + animation-delay: 0ms; animation-direction: alternate; animation-iteration-count: 1; animation-fill-mode: forwards; @@ -54,7 +54,7 @@ animation-name: shortestPath; animation-duration: 1.5s; animation-timing-function: ease-out; - animation-delay: 0; + animation-delay: 0ms; animation-direction: alternate; animation-iteration-count: 1; animation-fill-mode: forwards;