Update animations.js

updating code to align with css; 220px is old.
This commit is contained in:
Steve Seguin 2021-01-21 07:19:54 -05:00 committed by GitHub
parent e34b68a573
commit 5538afdd71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;