Adjust animation

This commit is contained in:
Keanu Taufan 2024-09-21 23:06:49 +07:00
parent e4f241dbbf
commit 28db2c53f5
No known key found for this signature in database
GPG Key ID: 1952D665A3A51BE0

View File

@ -84,18 +84,18 @@ function render() {
]);
const qTrackK = new Track([
{ time: 4.5, value: [100, -500] },
{ time: 5.0, value: [100, 100] },
{ time: 4.5, value: [100, 610] },
{ time: 5.0, value: [100, 75] },
]);
const qTrackE = new Track([
{ time: 5.0, value: [450, 600] },
{ time: 5.5, value: [450, 100] },
{ time: 5.0, value: [450, -500] },
{ time: 5.5, value: [450, 75] },
]);
const qTrackA = new Track([
{ time: 5.5, value: [800, -500] },
{ time: 6.0, value: [800, 100] },
{ time: 5.5, value: [800, 610] },
{ time: 6.0, value: [800, 75] },
]);
const bgTrack = new Track([