Update animations.js

This commit is contained in:
Steve Seguin 2021-01-21 07:20:21 -05:00 committed by GitHub
parent 5538afdd71
commit e4d6862d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ $(".column").on('click', function() {
}
100% {
height: 20px;
height: 200px;
width: ${bounding_box.width}px;
top: ${bounding_box.y}px;
left: ${bounding_box.x}px;