@glissade/browser 0.18.0 → 0.19.0-pre.1

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.18.0",
2
+ "version": "0.19.0-pre.1",
3
3
  "nodes": {
4
4
  "Group": {
5
5
  "props": {
@@ -532,6 +532,12 @@
532
532
  "target": "<id>/reveal",
533
533
  "arity": 1
534
534
  },
535
+ "revealFraction": {
536
+ "type": "number",
537
+ "animatable": true,
538
+ "target": "<id>/revealFraction",
539
+ "arity": 1
540
+ },
535
541
  "id": {
536
542
  "type": "string",
537
543
  "animatable": false
@@ -1316,7 +1322,11 @@
1316
1322
  },
1317
1323
  {
1318
1324
  "name": "stagger",
1319
- "signature": "stagger<T>(targets, { to, from?, duration?, ease? }, { each: number | ((rank, count) => number), anchor?, at? }): TimelineBuilder"
1325
+ "signature": "stagger<T>(targets, { to: T | ((index, count) => T), from?: T | ((index, count) => T), duration?, ease? }, { each: number | ((rank, count) => number), anchor?, at? }): TimelineBuilder"
1326
+ },
1327
+ {
1328
+ "name": "tracks",
1329
+ "signature": "tracks(tracks: Track[]): TimelineBuilder"
1320
1330
  },
1321
1331
  {
1322
1332
  "name": "set",