Skip to content

Commit 5dadc50

Browse files
committed
Timeline: Add some keyframes to debugger clips
1 parent 5d71df4 commit 5dadc50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/timeline/js/controllers.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,10 @@ App.controller("TimelineCtrl", function ($scope) {
14241424
images: {start: 3, end: 7},
14251425
show_audio: false,
14261426
alpha: {Points: []},
1427-
location_x: {Points: []},
1427+
location_x: {Points: [
1428+
{co: {X: 1.0, Y: -0.5}},
1429+
{co: {X: 30.0, Y: -0.4}}
1430+
]},
14281431
location_y: {Points: []},
14291432
scale_x: {Points: []},
14301433
scale_y: {Points: []},

0 commit comments

Comments
 (0)