@glissade/browser 0.18.0-pre.4 → 0.18.0-pre.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1370 @@
1
+ {
2
+ "version": "0.18.0-pre.6",
3
+ "nodes": {
4
+ "Group": {
5
+ "props": {
6
+ "position": {
7
+ "type": "vec2",
8
+ "animatable": true,
9
+ "target": "<id>/position",
10
+ "arity": 2
11
+ },
12
+ "position.x": {
13
+ "type": "number",
14
+ "animatable": true,
15
+ "target": "<id>/position.x",
16
+ "arity": 1
17
+ },
18
+ "position.y": {
19
+ "type": "number",
20
+ "animatable": true,
21
+ "target": "<id>/position.y",
22
+ "arity": 1
23
+ },
24
+ "rotation": {
25
+ "type": "number",
26
+ "animatable": true,
27
+ "target": "<id>/rotation",
28
+ "arity": 1
29
+ },
30
+ "scale": {
31
+ "type": "vec2",
32
+ "animatable": true,
33
+ "target": "<id>/scale",
34
+ "arity": 2
35
+ },
36
+ "scale.x": {
37
+ "type": "number",
38
+ "animatable": true,
39
+ "target": "<id>/scale.x",
40
+ "arity": 1
41
+ },
42
+ "scale.y": {
43
+ "type": "number",
44
+ "animatable": true,
45
+ "target": "<id>/scale.y",
46
+ "arity": 1
47
+ },
48
+ "opacity": {
49
+ "type": "number",
50
+ "animatable": true,
51
+ "target": "<id>/opacity",
52
+ "arity": 1
53
+ },
54
+ "zIndex": {
55
+ "type": "number",
56
+ "animatable": true,
57
+ "target": "<id>/zIndex",
58
+ "arity": 1
59
+ },
60
+ "id": {
61
+ "type": "string",
62
+ "animatable": false
63
+ },
64
+ "blend": {
65
+ "type": "BlendMode",
66
+ "animatable": false
67
+ },
68
+ "filters": {
69
+ "type": "FilterSpec[]",
70
+ "animatable": false
71
+ },
72
+ "anchor": {
73
+ "type": "AnchorSpec",
74
+ "animatable": false
75
+ },
76
+ "cache": {
77
+ "type": "boolean",
78
+ "animatable": false
79
+ },
80
+ "children": {
81
+ "type": "Node[]",
82
+ "animatable": false
83
+ }
84
+ }
85
+ },
86
+ "Rect": {
87
+ "props": {
88
+ "position": {
89
+ "type": "vec2",
90
+ "animatable": true,
91
+ "target": "<id>/position",
92
+ "arity": 2
93
+ },
94
+ "position.x": {
95
+ "type": "number",
96
+ "animatable": true,
97
+ "target": "<id>/position.x",
98
+ "arity": 1
99
+ },
100
+ "position.y": {
101
+ "type": "number",
102
+ "animatable": true,
103
+ "target": "<id>/position.y",
104
+ "arity": 1
105
+ },
106
+ "rotation": {
107
+ "type": "number",
108
+ "animatable": true,
109
+ "target": "<id>/rotation",
110
+ "arity": 1
111
+ },
112
+ "scale": {
113
+ "type": "vec2",
114
+ "animatable": true,
115
+ "target": "<id>/scale",
116
+ "arity": 2
117
+ },
118
+ "scale.x": {
119
+ "type": "number",
120
+ "animatable": true,
121
+ "target": "<id>/scale.x",
122
+ "arity": 1
123
+ },
124
+ "scale.y": {
125
+ "type": "number",
126
+ "animatable": true,
127
+ "target": "<id>/scale.y",
128
+ "arity": 1
129
+ },
130
+ "opacity": {
131
+ "type": "number",
132
+ "animatable": true,
133
+ "target": "<id>/opacity",
134
+ "arity": 1
135
+ },
136
+ "zIndex": {
137
+ "type": "number",
138
+ "animatable": true,
139
+ "target": "<id>/zIndex",
140
+ "arity": 1
141
+ },
142
+ "fill": {
143
+ "type": "color|paint",
144
+ "animatable": true,
145
+ "target": "<id>/fill"
146
+ },
147
+ "stroke": {
148
+ "type": "color",
149
+ "animatable": true,
150
+ "target": "<id>/stroke"
151
+ },
152
+ "strokeWidth": {
153
+ "type": "number",
154
+ "animatable": true,
155
+ "target": "<id>/strokeWidth",
156
+ "arity": 1
157
+ },
158
+ "reveal": {
159
+ "type": "number",
160
+ "animatable": true,
161
+ "target": "<id>/reveal",
162
+ "arity": 1
163
+ },
164
+ "width": {
165
+ "type": "number",
166
+ "animatable": true,
167
+ "target": "<id>/width",
168
+ "arity": 1
169
+ },
170
+ "height": {
171
+ "type": "number",
172
+ "animatable": true,
173
+ "target": "<id>/height",
174
+ "arity": 1
175
+ },
176
+ "cornerRadius": {
177
+ "type": "number",
178
+ "animatable": true,
179
+ "target": "<id>/cornerRadius",
180
+ "arity": 1
181
+ },
182
+ "id": {
183
+ "type": "string",
184
+ "animatable": false
185
+ },
186
+ "blend": {
187
+ "type": "BlendMode",
188
+ "animatable": false
189
+ },
190
+ "filters": {
191
+ "type": "FilterSpec[]",
192
+ "animatable": false
193
+ },
194
+ "anchor": {
195
+ "type": "AnchorSpec",
196
+ "animatable": false
197
+ },
198
+ "cache": {
199
+ "type": "boolean",
200
+ "animatable": false
201
+ },
202
+ "sketch": {
203
+ "type": "SketchStyle",
204
+ "animatable": false
205
+ },
206
+ "sketchFill": {
207
+ "type": "HachureSpec",
208
+ "animatable": false
209
+ },
210
+ "sketchSeed": {
211
+ "type": "number",
212
+ "animatable": false
213
+ }
214
+ }
215
+ },
216
+ "Circle": {
217
+ "props": {
218
+ "position": {
219
+ "type": "vec2",
220
+ "animatable": true,
221
+ "target": "<id>/position",
222
+ "arity": 2
223
+ },
224
+ "position.x": {
225
+ "type": "number",
226
+ "animatable": true,
227
+ "target": "<id>/position.x",
228
+ "arity": 1
229
+ },
230
+ "position.y": {
231
+ "type": "number",
232
+ "animatable": true,
233
+ "target": "<id>/position.y",
234
+ "arity": 1
235
+ },
236
+ "rotation": {
237
+ "type": "number",
238
+ "animatable": true,
239
+ "target": "<id>/rotation",
240
+ "arity": 1
241
+ },
242
+ "scale": {
243
+ "type": "vec2",
244
+ "animatable": true,
245
+ "target": "<id>/scale",
246
+ "arity": 2
247
+ },
248
+ "scale.x": {
249
+ "type": "number",
250
+ "animatable": true,
251
+ "target": "<id>/scale.x",
252
+ "arity": 1
253
+ },
254
+ "scale.y": {
255
+ "type": "number",
256
+ "animatable": true,
257
+ "target": "<id>/scale.y",
258
+ "arity": 1
259
+ },
260
+ "opacity": {
261
+ "type": "number",
262
+ "animatable": true,
263
+ "target": "<id>/opacity",
264
+ "arity": 1
265
+ },
266
+ "zIndex": {
267
+ "type": "number",
268
+ "animatable": true,
269
+ "target": "<id>/zIndex",
270
+ "arity": 1
271
+ },
272
+ "fill": {
273
+ "type": "color|paint",
274
+ "animatable": true,
275
+ "target": "<id>/fill"
276
+ },
277
+ "stroke": {
278
+ "type": "color",
279
+ "animatable": true,
280
+ "target": "<id>/stroke"
281
+ },
282
+ "strokeWidth": {
283
+ "type": "number",
284
+ "animatable": true,
285
+ "target": "<id>/strokeWidth",
286
+ "arity": 1
287
+ },
288
+ "reveal": {
289
+ "type": "number",
290
+ "animatable": true,
291
+ "target": "<id>/reveal",
292
+ "arity": 1
293
+ },
294
+ "radius": {
295
+ "type": "number",
296
+ "animatable": true,
297
+ "target": "<id>/radius",
298
+ "arity": 1
299
+ },
300
+ "id": {
301
+ "type": "string",
302
+ "animatable": false
303
+ },
304
+ "blend": {
305
+ "type": "BlendMode",
306
+ "animatable": false
307
+ },
308
+ "filters": {
309
+ "type": "FilterSpec[]",
310
+ "animatable": false
311
+ },
312
+ "anchor": {
313
+ "type": "AnchorSpec",
314
+ "animatable": false
315
+ },
316
+ "cache": {
317
+ "type": "boolean",
318
+ "animatable": false
319
+ },
320
+ "sketch": {
321
+ "type": "SketchStyle",
322
+ "animatable": false
323
+ },
324
+ "sketchFill": {
325
+ "type": "HachureSpec",
326
+ "animatable": false
327
+ },
328
+ "sketchSeed": {
329
+ "type": "number",
330
+ "animatable": false
331
+ }
332
+ }
333
+ },
334
+ "Path": {
335
+ "props": {
336
+ "position": {
337
+ "type": "vec2",
338
+ "animatable": true,
339
+ "target": "<id>/position",
340
+ "arity": 2
341
+ },
342
+ "position.x": {
343
+ "type": "number",
344
+ "animatable": true,
345
+ "target": "<id>/position.x",
346
+ "arity": 1
347
+ },
348
+ "position.y": {
349
+ "type": "number",
350
+ "animatable": true,
351
+ "target": "<id>/position.y",
352
+ "arity": 1
353
+ },
354
+ "rotation": {
355
+ "type": "number",
356
+ "animatable": true,
357
+ "target": "<id>/rotation",
358
+ "arity": 1
359
+ },
360
+ "scale": {
361
+ "type": "vec2",
362
+ "animatable": true,
363
+ "target": "<id>/scale",
364
+ "arity": 2
365
+ },
366
+ "scale.x": {
367
+ "type": "number",
368
+ "animatable": true,
369
+ "target": "<id>/scale.x",
370
+ "arity": 1
371
+ },
372
+ "scale.y": {
373
+ "type": "number",
374
+ "animatable": true,
375
+ "target": "<id>/scale.y",
376
+ "arity": 1
377
+ },
378
+ "opacity": {
379
+ "type": "number",
380
+ "animatable": true,
381
+ "target": "<id>/opacity",
382
+ "arity": 1
383
+ },
384
+ "zIndex": {
385
+ "type": "number",
386
+ "animatable": true,
387
+ "target": "<id>/zIndex",
388
+ "arity": 1
389
+ },
390
+ "fill": {
391
+ "type": "color|paint",
392
+ "animatable": true,
393
+ "target": "<id>/fill"
394
+ },
395
+ "stroke": {
396
+ "type": "color",
397
+ "animatable": true,
398
+ "target": "<id>/stroke"
399
+ },
400
+ "strokeWidth": {
401
+ "type": "number",
402
+ "animatable": true,
403
+ "target": "<id>/strokeWidth",
404
+ "arity": 1
405
+ },
406
+ "reveal": {
407
+ "type": "number",
408
+ "animatable": true,
409
+ "target": "<id>/reveal",
410
+ "arity": 1
411
+ },
412
+ "d": {
413
+ "type": "path",
414
+ "animatable": true,
415
+ "target": "<id>/d"
416
+ },
417
+ "id": {
418
+ "type": "string",
419
+ "animatable": false
420
+ },
421
+ "blend": {
422
+ "type": "BlendMode",
423
+ "animatable": false
424
+ },
425
+ "filters": {
426
+ "type": "FilterSpec[]",
427
+ "animatable": false
428
+ },
429
+ "anchor": {
430
+ "type": "AnchorSpec",
431
+ "animatable": false
432
+ },
433
+ "cache": {
434
+ "type": "boolean",
435
+ "animatable": false
436
+ },
437
+ "sketch": {
438
+ "type": "SketchStyle",
439
+ "animatable": false
440
+ },
441
+ "sketchFill": {
442
+ "type": "HachureSpec",
443
+ "animatable": false
444
+ },
445
+ "sketchSeed": {
446
+ "type": "number",
447
+ "animatable": false
448
+ }
449
+ }
450
+ },
451
+ "Text": {
452
+ "props": {
453
+ "position": {
454
+ "type": "vec2",
455
+ "animatable": true,
456
+ "target": "<id>/position",
457
+ "arity": 2
458
+ },
459
+ "position.x": {
460
+ "type": "number",
461
+ "animatable": true,
462
+ "target": "<id>/position.x",
463
+ "arity": 1
464
+ },
465
+ "position.y": {
466
+ "type": "number",
467
+ "animatable": true,
468
+ "target": "<id>/position.y",
469
+ "arity": 1
470
+ },
471
+ "rotation": {
472
+ "type": "number",
473
+ "animatable": true,
474
+ "target": "<id>/rotation",
475
+ "arity": 1
476
+ },
477
+ "scale": {
478
+ "type": "vec2",
479
+ "animatable": true,
480
+ "target": "<id>/scale",
481
+ "arity": 2
482
+ },
483
+ "scale.x": {
484
+ "type": "number",
485
+ "animatable": true,
486
+ "target": "<id>/scale.x",
487
+ "arity": 1
488
+ },
489
+ "scale.y": {
490
+ "type": "number",
491
+ "animatable": true,
492
+ "target": "<id>/scale.y",
493
+ "arity": 1
494
+ },
495
+ "opacity": {
496
+ "type": "number",
497
+ "animatable": true,
498
+ "target": "<id>/opacity",
499
+ "arity": 1
500
+ },
501
+ "zIndex": {
502
+ "type": "number",
503
+ "animatable": true,
504
+ "target": "<id>/zIndex",
505
+ "arity": 1
506
+ },
507
+ "width": {
508
+ "type": "number",
509
+ "animatable": true,
510
+ "target": "<id>/width",
511
+ "arity": 1
512
+ },
513
+ "text": {
514
+ "type": "string",
515
+ "animatable": true,
516
+ "target": "<id>/text"
517
+ },
518
+ "fill": {
519
+ "type": "color",
520
+ "animatable": true,
521
+ "target": "<id>/fill"
522
+ },
523
+ "fontSize": {
524
+ "type": "number",
525
+ "animatable": true,
526
+ "target": "<id>/fontSize",
527
+ "arity": 1
528
+ },
529
+ "reveal": {
530
+ "type": "number",
531
+ "animatable": true,
532
+ "target": "<id>/reveal",
533
+ "arity": 1
534
+ },
535
+ "id": {
536
+ "type": "string",
537
+ "animatable": false
538
+ },
539
+ "blend": {
540
+ "type": "BlendMode",
541
+ "animatable": false
542
+ },
543
+ "filters": {
544
+ "type": "FilterSpec[]",
545
+ "animatable": false
546
+ },
547
+ "anchor": {
548
+ "type": "AnchorSpec",
549
+ "animatable": false
550
+ },
551
+ "cache": {
552
+ "type": "boolean",
553
+ "animatable": false
554
+ },
555
+ "fontFamily": {
556
+ "type": "string",
557
+ "animatable": false
558
+ },
559
+ "fontWeight": {
560
+ "type": "number",
561
+ "animatable": false
562
+ },
563
+ "fontStyle": {
564
+ "type": "'normal'|'italic'",
565
+ "animatable": false
566
+ },
567
+ "align": {
568
+ "type": "'left'|'center'|'right'",
569
+ "animatable": false
570
+ },
571
+ "lineHeight": {
572
+ "type": "number",
573
+ "animatable": false
574
+ }
575
+ }
576
+ },
577
+ "Image": {
578
+ "props": {
579
+ "position": {
580
+ "type": "vec2",
581
+ "animatable": true,
582
+ "target": "<id>/position",
583
+ "arity": 2
584
+ },
585
+ "position.x": {
586
+ "type": "number",
587
+ "animatable": true,
588
+ "target": "<id>/position.x",
589
+ "arity": 1
590
+ },
591
+ "position.y": {
592
+ "type": "number",
593
+ "animatable": true,
594
+ "target": "<id>/position.y",
595
+ "arity": 1
596
+ },
597
+ "rotation": {
598
+ "type": "number",
599
+ "animatable": true,
600
+ "target": "<id>/rotation",
601
+ "arity": 1
602
+ },
603
+ "scale": {
604
+ "type": "vec2",
605
+ "animatable": true,
606
+ "target": "<id>/scale",
607
+ "arity": 2
608
+ },
609
+ "scale.x": {
610
+ "type": "number",
611
+ "animatable": true,
612
+ "target": "<id>/scale.x",
613
+ "arity": 1
614
+ },
615
+ "scale.y": {
616
+ "type": "number",
617
+ "animatable": true,
618
+ "target": "<id>/scale.y",
619
+ "arity": 1
620
+ },
621
+ "opacity": {
622
+ "type": "number",
623
+ "animatable": true,
624
+ "target": "<id>/opacity",
625
+ "arity": 1
626
+ },
627
+ "zIndex": {
628
+ "type": "number",
629
+ "animatable": true,
630
+ "target": "<id>/zIndex",
631
+ "arity": 1
632
+ },
633
+ "width": {
634
+ "type": "number",
635
+ "animatable": true,
636
+ "target": "<id>/width",
637
+ "arity": 1
638
+ },
639
+ "height": {
640
+ "type": "number",
641
+ "animatable": true,
642
+ "target": "<id>/height",
643
+ "arity": 1
644
+ },
645
+ "id": {
646
+ "type": "string",
647
+ "animatable": false
648
+ },
649
+ "blend": {
650
+ "type": "BlendMode",
651
+ "animatable": false
652
+ },
653
+ "filters": {
654
+ "type": "FilterSpec[]",
655
+ "animatable": false
656
+ },
657
+ "anchor": {
658
+ "type": "AnchorSpec",
659
+ "animatable": false
660
+ },
661
+ "cache": {
662
+ "type": "boolean",
663
+ "animatable": false
664
+ },
665
+ "assetId": {
666
+ "type": "string",
667
+ "animatable": false,
668
+ "required": true
669
+ }
670
+ }
671
+ },
672
+ "Video": {
673
+ "props": {
674
+ "position": {
675
+ "type": "vec2",
676
+ "animatable": true,
677
+ "target": "<id>/position",
678
+ "arity": 2
679
+ },
680
+ "position.x": {
681
+ "type": "number",
682
+ "animatable": true,
683
+ "target": "<id>/position.x",
684
+ "arity": 1
685
+ },
686
+ "position.y": {
687
+ "type": "number",
688
+ "animatable": true,
689
+ "target": "<id>/position.y",
690
+ "arity": 1
691
+ },
692
+ "rotation": {
693
+ "type": "number",
694
+ "animatable": true,
695
+ "target": "<id>/rotation",
696
+ "arity": 1
697
+ },
698
+ "scale": {
699
+ "type": "vec2",
700
+ "animatable": true,
701
+ "target": "<id>/scale",
702
+ "arity": 2
703
+ },
704
+ "scale.x": {
705
+ "type": "number",
706
+ "animatable": true,
707
+ "target": "<id>/scale.x",
708
+ "arity": 1
709
+ },
710
+ "scale.y": {
711
+ "type": "number",
712
+ "animatable": true,
713
+ "target": "<id>/scale.y",
714
+ "arity": 1
715
+ },
716
+ "opacity": {
717
+ "type": "number",
718
+ "animatable": true,
719
+ "target": "<id>/opacity",
720
+ "arity": 1
721
+ },
722
+ "zIndex": {
723
+ "type": "number",
724
+ "animatable": true,
725
+ "target": "<id>/zIndex",
726
+ "arity": 1
727
+ },
728
+ "width": {
729
+ "type": "number",
730
+ "animatable": true,
731
+ "target": "<id>/width",
732
+ "arity": 1
733
+ },
734
+ "height": {
735
+ "type": "number",
736
+ "animatable": true,
737
+ "target": "<id>/height",
738
+ "arity": 1
739
+ },
740
+ "id": {
741
+ "type": "string",
742
+ "animatable": false
743
+ },
744
+ "blend": {
745
+ "type": "BlendMode",
746
+ "animatable": false
747
+ },
748
+ "filters": {
749
+ "type": "FilterSpec[]",
750
+ "animatable": false
751
+ },
752
+ "anchor": {
753
+ "type": "AnchorSpec",
754
+ "animatable": false
755
+ },
756
+ "cache": {
757
+ "type": "boolean",
758
+ "animatable": false
759
+ },
760
+ "assetId": {
761
+ "type": "string",
762
+ "animatable": false,
763
+ "required": true
764
+ },
765
+ "at": {
766
+ "type": "number",
767
+ "animatable": false
768
+ },
769
+ "trimStart": {
770
+ "type": "number",
771
+ "animatable": false
772
+ },
773
+ "playbackRate": {
774
+ "type": "number",
775
+ "animatable": false
776
+ },
777
+ "clipDuration": {
778
+ "type": "number",
779
+ "animatable": false
780
+ },
781
+ "sourceFps": {
782
+ "type": "number",
783
+ "animatable": false
784
+ }
785
+ }
786
+ },
787
+ "Layout": {
788
+ "props": {
789
+ "position": {
790
+ "type": "vec2",
791
+ "animatable": true,
792
+ "target": "<id>/position",
793
+ "arity": 2
794
+ },
795
+ "position.x": {
796
+ "type": "number",
797
+ "animatable": true,
798
+ "target": "<id>/position.x",
799
+ "arity": 1
800
+ },
801
+ "position.y": {
802
+ "type": "number",
803
+ "animatable": true,
804
+ "target": "<id>/position.y",
805
+ "arity": 1
806
+ },
807
+ "rotation": {
808
+ "type": "number",
809
+ "animatable": true,
810
+ "target": "<id>/rotation",
811
+ "arity": 1
812
+ },
813
+ "scale": {
814
+ "type": "vec2",
815
+ "animatable": true,
816
+ "target": "<id>/scale",
817
+ "arity": 2
818
+ },
819
+ "scale.x": {
820
+ "type": "number",
821
+ "animatable": true,
822
+ "target": "<id>/scale.x",
823
+ "arity": 1
824
+ },
825
+ "scale.y": {
826
+ "type": "number",
827
+ "animatable": true,
828
+ "target": "<id>/scale.y",
829
+ "arity": 1
830
+ },
831
+ "opacity": {
832
+ "type": "number",
833
+ "animatable": true,
834
+ "target": "<id>/opacity",
835
+ "arity": 1
836
+ },
837
+ "zIndex": {
838
+ "type": "number",
839
+ "animatable": true,
840
+ "target": "<id>/zIndex",
841
+ "arity": 1
842
+ },
843
+ "id": {
844
+ "type": "string",
845
+ "animatable": false
846
+ },
847
+ "blend": {
848
+ "type": "BlendMode",
849
+ "animatable": false
850
+ },
851
+ "filters": {
852
+ "type": "FilterSpec[]",
853
+ "animatable": false
854
+ },
855
+ "anchor": {
856
+ "type": "AnchorSpec",
857
+ "animatable": false
858
+ },
859
+ "cache": {
860
+ "type": "boolean",
861
+ "animatable": false
862
+ },
863
+ "width": {
864
+ "type": "number",
865
+ "animatable": true,
866
+ "target": "<id>/width",
867
+ "arity": 1
868
+ },
869
+ "height": {
870
+ "type": "number",
871
+ "animatable": true,
872
+ "target": "<id>/height",
873
+ "arity": 1
874
+ },
875
+ "gap": {
876
+ "type": "number",
877
+ "animatable": true,
878
+ "target": "<id>/gap",
879
+ "arity": 1
880
+ },
881
+ "padding": {
882
+ "type": "number",
883
+ "animatable": true,
884
+ "target": "<id>/padding",
885
+ "arity": 1
886
+ },
887
+ "direction": {
888
+ "type": "'row'|'column'",
889
+ "animatable": false
890
+ },
891
+ "justify": {
892
+ "type": "'start'|'center'|'end'|'space-between'|'space-around'",
893
+ "animatable": false
894
+ },
895
+ "align": {
896
+ "type": "'start'|'center'|'end'|'stretch'",
897
+ "animatable": false
898
+ },
899
+ "children": {
900
+ "type": "Node[]",
901
+ "animatable": false
902
+ }
903
+ },
904
+ "subpath": "@glissade/scene/layout"
905
+ },
906
+ "Stack": {
907
+ "props": {
908
+ "position": {
909
+ "type": "vec2",
910
+ "animatable": true,
911
+ "target": "<id>/position",
912
+ "arity": 2
913
+ },
914
+ "position.x": {
915
+ "type": "number",
916
+ "animatable": true,
917
+ "target": "<id>/position.x",
918
+ "arity": 1
919
+ },
920
+ "position.y": {
921
+ "type": "number",
922
+ "animatable": true,
923
+ "target": "<id>/position.y",
924
+ "arity": 1
925
+ },
926
+ "rotation": {
927
+ "type": "number",
928
+ "animatable": true,
929
+ "target": "<id>/rotation",
930
+ "arity": 1
931
+ },
932
+ "scale": {
933
+ "type": "vec2",
934
+ "animatable": true,
935
+ "target": "<id>/scale",
936
+ "arity": 2
937
+ },
938
+ "scale.x": {
939
+ "type": "number",
940
+ "animatable": true,
941
+ "target": "<id>/scale.x",
942
+ "arity": 1
943
+ },
944
+ "scale.y": {
945
+ "type": "number",
946
+ "animatable": true,
947
+ "target": "<id>/scale.y",
948
+ "arity": 1
949
+ },
950
+ "opacity": {
951
+ "type": "number",
952
+ "animatable": true,
953
+ "target": "<id>/opacity",
954
+ "arity": 1
955
+ },
956
+ "zIndex": {
957
+ "type": "number",
958
+ "animatable": true,
959
+ "target": "<id>/zIndex",
960
+ "arity": 1
961
+ },
962
+ "id": {
963
+ "type": "string",
964
+ "animatable": false
965
+ },
966
+ "blend": {
967
+ "type": "BlendMode",
968
+ "animatable": false
969
+ },
970
+ "filters": {
971
+ "type": "FilterSpec[]",
972
+ "animatable": false
973
+ },
974
+ "anchor": {
975
+ "type": "AnchorSpec",
976
+ "animatable": false
977
+ },
978
+ "cache": {
979
+ "type": "boolean",
980
+ "animatable": false
981
+ },
982
+ "width": {
983
+ "type": "number",
984
+ "animatable": true,
985
+ "target": "<id>/width",
986
+ "arity": 1
987
+ },
988
+ "height": {
989
+ "type": "number",
990
+ "animatable": true,
991
+ "target": "<id>/height",
992
+ "arity": 1
993
+ },
994
+ "gap": {
995
+ "type": "number",
996
+ "animatable": true,
997
+ "target": "<id>/gap",
998
+ "arity": 1
999
+ },
1000
+ "padding": {
1001
+ "type": "number",
1002
+ "animatable": true,
1003
+ "target": "<id>/padding",
1004
+ "arity": 1
1005
+ },
1006
+ "direction": {
1007
+ "type": "'row'|'column'",
1008
+ "animatable": false
1009
+ },
1010
+ "justify": {
1011
+ "type": "'start'|'center'|'end'|'space-between'|'space-around'",
1012
+ "animatable": false
1013
+ },
1014
+ "align": {
1015
+ "type": "'start'|'center'|'end'|'stretch'",
1016
+ "animatable": false
1017
+ },
1018
+ "children": {
1019
+ "type": "Node[]",
1020
+ "animatable": false
1021
+ }
1022
+ },
1023
+ "subpath": "@glissade/scene/layout"
1024
+ },
1025
+ "Row": {
1026
+ "props": {
1027
+ "position": {
1028
+ "type": "vec2",
1029
+ "animatable": true,
1030
+ "target": "<id>/position",
1031
+ "arity": 2
1032
+ },
1033
+ "position.x": {
1034
+ "type": "number",
1035
+ "animatable": true,
1036
+ "target": "<id>/position.x",
1037
+ "arity": 1
1038
+ },
1039
+ "position.y": {
1040
+ "type": "number",
1041
+ "animatable": true,
1042
+ "target": "<id>/position.y",
1043
+ "arity": 1
1044
+ },
1045
+ "rotation": {
1046
+ "type": "number",
1047
+ "animatable": true,
1048
+ "target": "<id>/rotation",
1049
+ "arity": 1
1050
+ },
1051
+ "scale": {
1052
+ "type": "vec2",
1053
+ "animatable": true,
1054
+ "target": "<id>/scale",
1055
+ "arity": 2
1056
+ },
1057
+ "scale.x": {
1058
+ "type": "number",
1059
+ "animatable": true,
1060
+ "target": "<id>/scale.x",
1061
+ "arity": 1
1062
+ },
1063
+ "scale.y": {
1064
+ "type": "number",
1065
+ "animatable": true,
1066
+ "target": "<id>/scale.y",
1067
+ "arity": 1
1068
+ },
1069
+ "opacity": {
1070
+ "type": "number",
1071
+ "animatable": true,
1072
+ "target": "<id>/opacity",
1073
+ "arity": 1
1074
+ },
1075
+ "zIndex": {
1076
+ "type": "number",
1077
+ "animatable": true,
1078
+ "target": "<id>/zIndex",
1079
+ "arity": 1
1080
+ },
1081
+ "id": {
1082
+ "type": "string",
1083
+ "animatable": false
1084
+ },
1085
+ "blend": {
1086
+ "type": "BlendMode",
1087
+ "animatable": false
1088
+ },
1089
+ "filters": {
1090
+ "type": "FilterSpec[]",
1091
+ "animatable": false
1092
+ },
1093
+ "anchor": {
1094
+ "type": "AnchorSpec",
1095
+ "animatable": false
1096
+ },
1097
+ "cache": {
1098
+ "type": "boolean",
1099
+ "animatable": false
1100
+ },
1101
+ "width": {
1102
+ "type": "number",
1103
+ "animatable": true,
1104
+ "target": "<id>/width",
1105
+ "arity": 1
1106
+ },
1107
+ "height": {
1108
+ "type": "number",
1109
+ "animatable": true,
1110
+ "target": "<id>/height",
1111
+ "arity": 1
1112
+ },
1113
+ "gap": {
1114
+ "type": "number",
1115
+ "animatable": true,
1116
+ "target": "<id>/gap",
1117
+ "arity": 1
1118
+ },
1119
+ "padding": {
1120
+ "type": "number",
1121
+ "animatable": true,
1122
+ "target": "<id>/padding",
1123
+ "arity": 1
1124
+ },
1125
+ "direction": {
1126
+ "type": "'row'|'column'",
1127
+ "animatable": false
1128
+ },
1129
+ "justify": {
1130
+ "type": "'start'|'center'|'end'|'space-between'|'space-around'",
1131
+ "animatable": false
1132
+ },
1133
+ "align": {
1134
+ "type": "'start'|'center'|'end'|'stretch'",
1135
+ "animatable": false
1136
+ },
1137
+ "children": {
1138
+ "type": "Node[]",
1139
+ "animatable": false
1140
+ }
1141
+ },
1142
+ "subpath": "@glissade/scene/layout"
1143
+ },
1144
+ "Column": {
1145
+ "props": {
1146
+ "position": {
1147
+ "type": "vec2",
1148
+ "animatable": true,
1149
+ "target": "<id>/position",
1150
+ "arity": 2
1151
+ },
1152
+ "position.x": {
1153
+ "type": "number",
1154
+ "animatable": true,
1155
+ "target": "<id>/position.x",
1156
+ "arity": 1
1157
+ },
1158
+ "position.y": {
1159
+ "type": "number",
1160
+ "animatable": true,
1161
+ "target": "<id>/position.y",
1162
+ "arity": 1
1163
+ },
1164
+ "rotation": {
1165
+ "type": "number",
1166
+ "animatable": true,
1167
+ "target": "<id>/rotation",
1168
+ "arity": 1
1169
+ },
1170
+ "scale": {
1171
+ "type": "vec2",
1172
+ "animatable": true,
1173
+ "target": "<id>/scale",
1174
+ "arity": 2
1175
+ },
1176
+ "scale.x": {
1177
+ "type": "number",
1178
+ "animatable": true,
1179
+ "target": "<id>/scale.x",
1180
+ "arity": 1
1181
+ },
1182
+ "scale.y": {
1183
+ "type": "number",
1184
+ "animatable": true,
1185
+ "target": "<id>/scale.y",
1186
+ "arity": 1
1187
+ },
1188
+ "opacity": {
1189
+ "type": "number",
1190
+ "animatable": true,
1191
+ "target": "<id>/opacity",
1192
+ "arity": 1
1193
+ },
1194
+ "zIndex": {
1195
+ "type": "number",
1196
+ "animatable": true,
1197
+ "target": "<id>/zIndex",
1198
+ "arity": 1
1199
+ },
1200
+ "id": {
1201
+ "type": "string",
1202
+ "animatable": false
1203
+ },
1204
+ "blend": {
1205
+ "type": "BlendMode",
1206
+ "animatable": false
1207
+ },
1208
+ "filters": {
1209
+ "type": "FilterSpec[]",
1210
+ "animatable": false
1211
+ },
1212
+ "anchor": {
1213
+ "type": "AnchorSpec",
1214
+ "animatable": false
1215
+ },
1216
+ "cache": {
1217
+ "type": "boolean",
1218
+ "animatable": false
1219
+ },
1220
+ "width": {
1221
+ "type": "number",
1222
+ "animatable": true,
1223
+ "target": "<id>/width",
1224
+ "arity": 1
1225
+ },
1226
+ "height": {
1227
+ "type": "number",
1228
+ "animatable": true,
1229
+ "target": "<id>/height",
1230
+ "arity": 1
1231
+ },
1232
+ "gap": {
1233
+ "type": "number",
1234
+ "animatable": true,
1235
+ "target": "<id>/gap",
1236
+ "arity": 1
1237
+ },
1238
+ "padding": {
1239
+ "type": "number",
1240
+ "animatable": true,
1241
+ "target": "<id>/padding",
1242
+ "arity": 1
1243
+ },
1244
+ "direction": {
1245
+ "type": "'row'|'column'",
1246
+ "animatable": false
1247
+ },
1248
+ "justify": {
1249
+ "type": "'start'|'center'|'end'|'space-between'|'space-around'",
1250
+ "animatable": false
1251
+ },
1252
+ "align": {
1253
+ "type": "'start'|'center'|'end'|'stretch'",
1254
+ "animatable": false
1255
+ },
1256
+ "children": {
1257
+ "type": "Node[]",
1258
+ "animatable": false
1259
+ }
1260
+ },
1261
+ "subpath": "@glissade/scene/layout"
1262
+ }
1263
+ },
1264
+ "valueTypes": [
1265
+ "number",
1266
+ "vec2",
1267
+ "vec2-arc",
1268
+ "color",
1269
+ "string",
1270
+ "boolean",
1271
+ "path",
1272
+ "paint"
1273
+ ],
1274
+ "easings": [
1275
+ "linear",
1276
+ "easeInQuad",
1277
+ "easeOutQuad",
1278
+ "easeInOutQuad",
1279
+ "easeInCubic",
1280
+ "easeOutCubic",
1281
+ "easeInOutCubic",
1282
+ "easeInQuart",
1283
+ "easeOutQuart",
1284
+ "easeInOutQuart",
1285
+ "easeInQuint",
1286
+ "easeOutQuint",
1287
+ "easeInOutQuint",
1288
+ "easeInSine",
1289
+ "easeOutSine",
1290
+ "easeInOutSine",
1291
+ "easeInExpo",
1292
+ "easeOutExpo",
1293
+ "easeInOutExpo",
1294
+ "easeInCirc",
1295
+ "easeOutCirc",
1296
+ "easeInOutCirc",
1297
+ "easeInBack",
1298
+ "easeOutBack",
1299
+ "easeInOutBack",
1300
+ "easeInElastic",
1301
+ "easeOutElastic",
1302
+ "easeInOutElastic",
1303
+ "easeInBounce",
1304
+ "easeOutBounce",
1305
+ "easeInOutBounce"
1306
+ ],
1307
+ "builder": {
1308
+ "methods": [
1309
+ {
1310
+ "name": "to",
1311
+ "signature": "to<T>(target, value, opts?: { duration?, ease?, at?, from? }): TimelineBuilder"
1312
+ },
1313
+ {
1314
+ "name": "fromTo",
1315
+ "signature": "fromTo<T>(target, from, to, opts?: { duration?, ease?, at? }): TimelineBuilder"
1316
+ },
1317
+ {
1318
+ "name": "stagger",
1319
+ "signature": "stagger<T>(targets, { to, from?, duration?, ease? }, { each: number | ((rank, count) => number), anchor?, at? }): TimelineBuilder"
1320
+ },
1321
+ {
1322
+ "name": "set",
1323
+ "signature": "set<T>(target, value, opts?: { at? }): TimelineBuilder"
1324
+ },
1325
+ {
1326
+ "name": "label",
1327
+ "signature": "label(name, at?): TimelineBuilder"
1328
+ },
1329
+ {
1330
+ "name": "add",
1331
+ "signature": "add(child, at?, opts?: { mode?: 'add'|'sync', timeScale? }): TimelineBuilder"
1332
+ },
1333
+ {
1334
+ "name": "sequence",
1335
+ "signature": "sequence(subs, opts?: { gap? }): TimelineBuilder"
1336
+ },
1337
+ {
1338
+ "name": "at",
1339
+ "signature": "at(time, sub): TimelineBuilder"
1340
+ },
1341
+ {
1342
+ "name": "call",
1343
+ "signature": "call(fn, at?): TimelineBuilder"
1344
+ },
1345
+ {
1346
+ "name": "cue",
1347
+ "signature": "cue(at, name, data?): TimelineBuilder"
1348
+ },
1349
+ {
1350
+ "name": "adBreak",
1351
+ "signature": "adBreak(at, opts?: { id?, duration? }): TimelineBuilder"
1352
+ },
1353
+ {
1354
+ "name": "editable",
1355
+ "signature": "editable(): TimelineBuilder"
1356
+ },
1357
+ {
1358
+ "name": "editableDuration",
1359
+ "signature": "editableDuration(): TimelineBuilder"
1360
+ }
1361
+ ]
1362
+ },
1363
+ "createScene": "createScene({ size: { w, h }, children: Node[] }): Scene — media assets are declared on the Timeline document: timeline({ assets: { <id>: { kind: 'image'|'video', url } } }); an Image/Video node's `assetId` names an entry here.",
1364
+ "subpaths": {
1365
+ "@glissade/core/clips": "motion clips: clip/clipList + the popIn/slideIn/pulse/driftLoop literals, presence (enter/exit) and morph (box-FLIP) build-time sugar.",
1366
+ "@glissade/core/i18n": "localization: requireParity (id-set diff), localize (doc→doc resolver), t() ambient-table sugar.",
1367
+ "@glissade/scene/layout": "flexbox: the Yoga-backed Layout node + LayoutEngine (the only entry that ships Yoga wasm).",
1368
+ "@glissade/scene/path": "SVG geometry: pathFromSvg / parseSvgPathData — parse an SVG `d` string into a PathValue for Path.data."
1369
+ }
1370
+ }