From 5538afdd710fb2e4c488bf1ae571821c655ae951 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Thu, 21 Jan 2021 07:19:54 -0500 Subject: [PATCH] Update animations.js updating code to align with css; 220px is old. --- animations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/animations.js b/animations.js index 43ef92c..7408080 100644 --- a/animations.js +++ b/animations.js @@ -20,12 +20,12 @@ $(".column").on('click', function() { } 50% { - height: 220px; + height: 200px; top: ${bounding_box.y}px; } 100% { - height: 220px; + height: 20px; width: ${bounding_box.width}px; top: ${bounding_box.y}px; left: ${bounding_box.x}px;