@glissade/browser 0.18.0-pre.3 → 0.18.0-pre.5

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,664 @@
1
+ {
2
+ "version": "0.18.0-pre.5",
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
+ }
61
+ },
62
+ "Rect": {
63
+ "props": {
64
+ "position": {
65
+ "type": "vec2",
66
+ "animatable": true,
67
+ "target": "<id>/position",
68
+ "arity": 2
69
+ },
70
+ "position.x": {
71
+ "type": "number",
72
+ "animatable": true,
73
+ "target": "<id>/position.x",
74
+ "arity": 1
75
+ },
76
+ "position.y": {
77
+ "type": "number",
78
+ "animatable": true,
79
+ "target": "<id>/position.y",
80
+ "arity": 1
81
+ },
82
+ "rotation": {
83
+ "type": "number",
84
+ "animatable": true,
85
+ "target": "<id>/rotation",
86
+ "arity": 1
87
+ },
88
+ "scale": {
89
+ "type": "vec2",
90
+ "animatable": true,
91
+ "target": "<id>/scale",
92
+ "arity": 2
93
+ },
94
+ "scale.x": {
95
+ "type": "number",
96
+ "animatable": true,
97
+ "target": "<id>/scale.x",
98
+ "arity": 1
99
+ },
100
+ "scale.y": {
101
+ "type": "number",
102
+ "animatable": true,
103
+ "target": "<id>/scale.y",
104
+ "arity": 1
105
+ },
106
+ "opacity": {
107
+ "type": "number",
108
+ "animatable": true,
109
+ "target": "<id>/opacity",
110
+ "arity": 1
111
+ },
112
+ "zIndex": {
113
+ "type": "number",
114
+ "animatable": true,
115
+ "target": "<id>/zIndex",
116
+ "arity": 1
117
+ },
118
+ "fill": {
119
+ "type": "color|paint",
120
+ "animatable": true,
121
+ "target": "<id>/fill"
122
+ },
123
+ "stroke": {
124
+ "type": "color",
125
+ "animatable": true,
126
+ "target": "<id>/stroke"
127
+ },
128
+ "strokeWidth": {
129
+ "type": "number",
130
+ "animatable": true,
131
+ "target": "<id>/strokeWidth",
132
+ "arity": 1
133
+ },
134
+ "reveal": {
135
+ "type": "number",
136
+ "animatable": true,
137
+ "target": "<id>/reveal",
138
+ "arity": 1
139
+ },
140
+ "width": {
141
+ "type": "number",
142
+ "animatable": true,
143
+ "target": "<id>/width",
144
+ "arity": 1
145
+ },
146
+ "height": {
147
+ "type": "number",
148
+ "animatable": true,
149
+ "target": "<id>/height",
150
+ "arity": 1
151
+ },
152
+ "cornerRadius": {
153
+ "type": "number",
154
+ "animatable": true,
155
+ "target": "<id>/cornerRadius",
156
+ "arity": 1
157
+ }
158
+ }
159
+ },
160
+ "Circle": {
161
+ "props": {
162
+ "position": {
163
+ "type": "vec2",
164
+ "animatable": true,
165
+ "target": "<id>/position",
166
+ "arity": 2
167
+ },
168
+ "position.x": {
169
+ "type": "number",
170
+ "animatable": true,
171
+ "target": "<id>/position.x",
172
+ "arity": 1
173
+ },
174
+ "position.y": {
175
+ "type": "number",
176
+ "animatable": true,
177
+ "target": "<id>/position.y",
178
+ "arity": 1
179
+ },
180
+ "rotation": {
181
+ "type": "number",
182
+ "animatable": true,
183
+ "target": "<id>/rotation",
184
+ "arity": 1
185
+ },
186
+ "scale": {
187
+ "type": "vec2",
188
+ "animatable": true,
189
+ "target": "<id>/scale",
190
+ "arity": 2
191
+ },
192
+ "scale.x": {
193
+ "type": "number",
194
+ "animatable": true,
195
+ "target": "<id>/scale.x",
196
+ "arity": 1
197
+ },
198
+ "scale.y": {
199
+ "type": "number",
200
+ "animatable": true,
201
+ "target": "<id>/scale.y",
202
+ "arity": 1
203
+ },
204
+ "opacity": {
205
+ "type": "number",
206
+ "animatable": true,
207
+ "target": "<id>/opacity",
208
+ "arity": 1
209
+ },
210
+ "zIndex": {
211
+ "type": "number",
212
+ "animatable": true,
213
+ "target": "<id>/zIndex",
214
+ "arity": 1
215
+ },
216
+ "fill": {
217
+ "type": "color|paint",
218
+ "animatable": true,
219
+ "target": "<id>/fill"
220
+ },
221
+ "stroke": {
222
+ "type": "color",
223
+ "animatable": true,
224
+ "target": "<id>/stroke"
225
+ },
226
+ "strokeWidth": {
227
+ "type": "number",
228
+ "animatable": true,
229
+ "target": "<id>/strokeWidth",
230
+ "arity": 1
231
+ },
232
+ "reveal": {
233
+ "type": "number",
234
+ "animatable": true,
235
+ "target": "<id>/reveal",
236
+ "arity": 1
237
+ },
238
+ "radius": {
239
+ "type": "number",
240
+ "animatable": true,
241
+ "target": "<id>/radius",
242
+ "arity": 1
243
+ }
244
+ }
245
+ },
246
+ "Path": {
247
+ "props": {
248
+ "position": {
249
+ "type": "vec2",
250
+ "animatable": true,
251
+ "target": "<id>/position",
252
+ "arity": 2
253
+ },
254
+ "position.x": {
255
+ "type": "number",
256
+ "animatable": true,
257
+ "target": "<id>/position.x",
258
+ "arity": 1
259
+ },
260
+ "position.y": {
261
+ "type": "number",
262
+ "animatable": true,
263
+ "target": "<id>/position.y",
264
+ "arity": 1
265
+ },
266
+ "rotation": {
267
+ "type": "number",
268
+ "animatable": true,
269
+ "target": "<id>/rotation",
270
+ "arity": 1
271
+ },
272
+ "scale": {
273
+ "type": "vec2",
274
+ "animatable": true,
275
+ "target": "<id>/scale",
276
+ "arity": 2
277
+ },
278
+ "scale.x": {
279
+ "type": "number",
280
+ "animatable": true,
281
+ "target": "<id>/scale.x",
282
+ "arity": 1
283
+ },
284
+ "scale.y": {
285
+ "type": "number",
286
+ "animatable": true,
287
+ "target": "<id>/scale.y",
288
+ "arity": 1
289
+ },
290
+ "opacity": {
291
+ "type": "number",
292
+ "animatable": true,
293
+ "target": "<id>/opacity",
294
+ "arity": 1
295
+ },
296
+ "zIndex": {
297
+ "type": "number",
298
+ "animatable": true,
299
+ "target": "<id>/zIndex",
300
+ "arity": 1
301
+ },
302
+ "fill": {
303
+ "type": "color|paint",
304
+ "animatable": true,
305
+ "target": "<id>/fill"
306
+ },
307
+ "stroke": {
308
+ "type": "color",
309
+ "animatable": true,
310
+ "target": "<id>/stroke"
311
+ },
312
+ "strokeWidth": {
313
+ "type": "number",
314
+ "animatable": true,
315
+ "target": "<id>/strokeWidth",
316
+ "arity": 1
317
+ },
318
+ "reveal": {
319
+ "type": "number",
320
+ "animatable": true,
321
+ "target": "<id>/reveal",
322
+ "arity": 1
323
+ },
324
+ "d": {
325
+ "type": "path",
326
+ "animatable": true,
327
+ "target": "<id>/d"
328
+ }
329
+ }
330
+ },
331
+ "Text": {
332
+ "props": {
333
+ "position": {
334
+ "type": "vec2",
335
+ "animatable": true,
336
+ "target": "<id>/position",
337
+ "arity": 2
338
+ },
339
+ "position.x": {
340
+ "type": "number",
341
+ "animatable": true,
342
+ "target": "<id>/position.x",
343
+ "arity": 1
344
+ },
345
+ "position.y": {
346
+ "type": "number",
347
+ "animatable": true,
348
+ "target": "<id>/position.y",
349
+ "arity": 1
350
+ },
351
+ "rotation": {
352
+ "type": "number",
353
+ "animatable": true,
354
+ "target": "<id>/rotation",
355
+ "arity": 1
356
+ },
357
+ "scale": {
358
+ "type": "vec2",
359
+ "animatable": true,
360
+ "target": "<id>/scale",
361
+ "arity": 2
362
+ },
363
+ "scale.x": {
364
+ "type": "number",
365
+ "animatable": true,
366
+ "target": "<id>/scale.x",
367
+ "arity": 1
368
+ },
369
+ "scale.y": {
370
+ "type": "number",
371
+ "animatable": true,
372
+ "target": "<id>/scale.y",
373
+ "arity": 1
374
+ },
375
+ "opacity": {
376
+ "type": "number",
377
+ "animatable": true,
378
+ "target": "<id>/opacity",
379
+ "arity": 1
380
+ },
381
+ "zIndex": {
382
+ "type": "number",
383
+ "animatable": true,
384
+ "target": "<id>/zIndex",
385
+ "arity": 1
386
+ },
387
+ "width": {
388
+ "type": "number",
389
+ "animatable": true,
390
+ "target": "<id>/width",
391
+ "arity": 1
392
+ },
393
+ "text": {
394
+ "type": "string",
395
+ "animatable": true,
396
+ "target": "<id>/text"
397
+ },
398
+ "fill": {
399
+ "type": "color",
400
+ "animatable": true,
401
+ "target": "<id>/fill"
402
+ },
403
+ "fontSize": {
404
+ "type": "number",
405
+ "animatable": true,
406
+ "target": "<id>/fontSize",
407
+ "arity": 1
408
+ },
409
+ "reveal": {
410
+ "type": "number",
411
+ "animatable": true,
412
+ "target": "<id>/reveal",
413
+ "arity": 1
414
+ }
415
+ }
416
+ },
417
+ "Image": {
418
+ "props": {
419
+ "position": {
420
+ "type": "vec2",
421
+ "animatable": true,
422
+ "target": "<id>/position",
423
+ "arity": 2
424
+ },
425
+ "position.x": {
426
+ "type": "number",
427
+ "animatable": true,
428
+ "target": "<id>/position.x",
429
+ "arity": 1
430
+ },
431
+ "position.y": {
432
+ "type": "number",
433
+ "animatable": true,
434
+ "target": "<id>/position.y",
435
+ "arity": 1
436
+ },
437
+ "rotation": {
438
+ "type": "number",
439
+ "animatable": true,
440
+ "target": "<id>/rotation",
441
+ "arity": 1
442
+ },
443
+ "scale": {
444
+ "type": "vec2",
445
+ "animatable": true,
446
+ "target": "<id>/scale",
447
+ "arity": 2
448
+ },
449
+ "scale.x": {
450
+ "type": "number",
451
+ "animatable": true,
452
+ "target": "<id>/scale.x",
453
+ "arity": 1
454
+ },
455
+ "scale.y": {
456
+ "type": "number",
457
+ "animatable": true,
458
+ "target": "<id>/scale.y",
459
+ "arity": 1
460
+ },
461
+ "opacity": {
462
+ "type": "number",
463
+ "animatable": true,
464
+ "target": "<id>/opacity",
465
+ "arity": 1
466
+ },
467
+ "zIndex": {
468
+ "type": "number",
469
+ "animatable": true,
470
+ "target": "<id>/zIndex",
471
+ "arity": 1
472
+ },
473
+ "width": {
474
+ "type": "number",
475
+ "animatable": true,
476
+ "target": "<id>/width",
477
+ "arity": 1
478
+ },
479
+ "height": {
480
+ "type": "number",
481
+ "animatable": true,
482
+ "target": "<id>/height",
483
+ "arity": 1
484
+ }
485
+ }
486
+ },
487
+ "Video": {
488
+ "props": {
489
+ "position": {
490
+ "type": "vec2",
491
+ "animatable": true,
492
+ "target": "<id>/position",
493
+ "arity": 2
494
+ },
495
+ "position.x": {
496
+ "type": "number",
497
+ "animatable": true,
498
+ "target": "<id>/position.x",
499
+ "arity": 1
500
+ },
501
+ "position.y": {
502
+ "type": "number",
503
+ "animatable": true,
504
+ "target": "<id>/position.y",
505
+ "arity": 1
506
+ },
507
+ "rotation": {
508
+ "type": "number",
509
+ "animatable": true,
510
+ "target": "<id>/rotation",
511
+ "arity": 1
512
+ },
513
+ "scale": {
514
+ "type": "vec2",
515
+ "animatable": true,
516
+ "target": "<id>/scale",
517
+ "arity": 2
518
+ },
519
+ "scale.x": {
520
+ "type": "number",
521
+ "animatable": true,
522
+ "target": "<id>/scale.x",
523
+ "arity": 1
524
+ },
525
+ "scale.y": {
526
+ "type": "number",
527
+ "animatable": true,
528
+ "target": "<id>/scale.y",
529
+ "arity": 1
530
+ },
531
+ "opacity": {
532
+ "type": "number",
533
+ "animatable": true,
534
+ "target": "<id>/opacity",
535
+ "arity": 1
536
+ },
537
+ "zIndex": {
538
+ "type": "number",
539
+ "animatable": true,
540
+ "target": "<id>/zIndex",
541
+ "arity": 1
542
+ },
543
+ "width": {
544
+ "type": "number",
545
+ "animatable": true,
546
+ "target": "<id>/width",
547
+ "arity": 1
548
+ },
549
+ "height": {
550
+ "type": "number",
551
+ "animatable": true,
552
+ "target": "<id>/height",
553
+ "arity": 1
554
+ }
555
+ }
556
+ }
557
+ },
558
+ "valueTypes": [
559
+ "number",
560
+ "vec2",
561
+ "vec2-arc",
562
+ "color",
563
+ "string",
564
+ "boolean",
565
+ "path",
566
+ "paint"
567
+ ],
568
+ "easings": [
569
+ "linear",
570
+ "easeInQuad",
571
+ "easeOutQuad",
572
+ "easeInOutQuad",
573
+ "easeInCubic",
574
+ "easeOutCubic",
575
+ "easeInOutCubic",
576
+ "easeInQuart",
577
+ "easeOutQuart",
578
+ "easeInOutQuart",
579
+ "easeInQuint",
580
+ "easeOutQuint",
581
+ "easeInOutQuint",
582
+ "easeInSine",
583
+ "easeOutSine",
584
+ "easeInOutSine",
585
+ "easeInExpo",
586
+ "easeOutExpo",
587
+ "easeInOutExpo",
588
+ "easeInCirc",
589
+ "easeOutCirc",
590
+ "easeInOutCirc",
591
+ "easeInBack",
592
+ "easeOutBack",
593
+ "easeInOutBack",
594
+ "easeInElastic",
595
+ "easeOutElastic",
596
+ "easeInOutElastic",
597
+ "easeInBounce",
598
+ "easeOutBounce",
599
+ "easeInOutBounce"
600
+ ],
601
+ "builder": {
602
+ "methods": [
603
+ {
604
+ "name": "to",
605
+ "signature": "to<T>(target, value, opts?: { duration?, ease?, at?, from? }): TimelineBuilder"
606
+ },
607
+ {
608
+ "name": "fromTo",
609
+ "signature": "fromTo<T>(target, from, to, opts?: { duration?, ease?, at? }): TimelineBuilder"
610
+ },
611
+ {
612
+ "name": "stagger",
613
+ "signature": "stagger<T>(targets, { to, from?, duration?, ease? }, { each, anchor?, at? }): TimelineBuilder"
614
+ },
615
+ {
616
+ "name": "set",
617
+ "signature": "set<T>(target, value, opts?: { at? }): TimelineBuilder"
618
+ },
619
+ {
620
+ "name": "label",
621
+ "signature": "label(name, at?): TimelineBuilder"
622
+ },
623
+ {
624
+ "name": "add",
625
+ "signature": "add(child, at?, opts?: { mode?: 'add'|'sync', timeScale? }): TimelineBuilder"
626
+ },
627
+ {
628
+ "name": "sequence",
629
+ "signature": "sequence(subs, opts?: { gap? }): TimelineBuilder"
630
+ },
631
+ {
632
+ "name": "at",
633
+ "signature": "at(time, sub): TimelineBuilder"
634
+ },
635
+ {
636
+ "name": "call",
637
+ "signature": "call(fn, at?): TimelineBuilder"
638
+ },
639
+ {
640
+ "name": "cue",
641
+ "signature": "cue(at, name, data?): TimelineBuilder"
642
+ },
643
+ {
644
+ "name": "adBreak",
645
+ "signature": "adBreak(at, opts?: { id?, duration? }): TimelineBuilder"
646
+ },
647
+ {
648
+ "name": "editable",
649
+ "signature": "editable(): TimelineBuilder"
650
+ },
651
+ {
652
+ "name": "editableDuration",
653
+ "signature": "editableDuration(): TimelineBuilder"
654
+ }
655
+ ]
656
+ },
657
+ "createScene": "createScene({ size: { w, h }, children: Node[] }): Scene",
658
+ "subpaths": {
659
+ "@glissade/core/clips": "motion clips: clip/clipList + the popIn/slideIn/pulse/driftLoop literals, presence (enter/exit) and morph (box-FLIP) build-time sugar.",
660
+ "@glissade/core/i18n": "localization: requireParity (id-set diff), localize (doc→doc resolver), t() ambient-table sugar.",
661
+ "@glissade/scene/layout": "flexbox: the Yoga-backed Layout node + LayoutEngine (the only entry that ships Yoga wasm).",
662
+ "@glissade/scene/path": "SVG geometry: pathFromSvg / parseSvgPathData — parse an SVG `d` string into a PathValue for Path.data."
663
+ }
664
+ }