Skip to content

Commit

Permalink
improve example
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Sep 6, 2020
1 parent e964746 commit 9feb941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/imageOverlay.json5
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{ type: 'video', path: './assets/IMG_4605.MOV', cutTo: 2 },
{ type: 'image-overlay', path: './assets/overlay.svg', width: 0.2, position: { x: 0.95, y: 0.03, originX: 'right' } },
{ type: 'image-overlay', path: './assets/emoji.png', visibleUntil: 0.5, zoomDirection: 'in' },
{ type: 'image-overlay', path: './assets/emoji.png', position: 'top', visibleFrom: 0.7, visibleUntil: 1.3, width: 0.2 },
{ type: 'image-overlay', path: './assets/emoji.png', position: 'bottom', visibleFrom: 0.7, visibleUntil: 1.3, height: 0.2 },
{ type: 'image-overlay', path: './assets/emoji2.svg', position: 'top', visibleFrom: 0.7, visibleUntil: 1.5, width: 0.2 },
{ type: 'image-overlay', path: './assets/emoji2.svg', position: 'bottom', visibleFrom: 0.7, visibleUntil: 1.5, height: 0.2 },
] },
],
}

0 comments on commit 9feb941

Please sign in to comment.