mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-15 07:38:32 +00:00
Update animations.js
updating code to align with css; 220px is old.
This commit is contained in:
parent
e34b68a573
commit
5538afdd71
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user