Browse Source

update doc

stateless
Mikael Finstad 6 years ago
parent
commit
fa4f4e2b6d
  1. 17
      README.md

17
README.md

@ -248,6 +248,23 @@ Title with background
- `background` - `{ type, ... }` - See type `radial-gradient`, `linear-gradient` or `fill-color`
- `fontPath` - See type `title`
#### Layer type 'news-title'
- `fontPath` - See `defaults.layer.fontPath`
- `text`
- `textColor` - default `#ffffff`
- `backgroundColor` - default `#d02a42`
- `position` - See **Positions**
#### Layer type 'slide-in-text'
- `fontPath` - See `defaults.layer.fontPath`
- `text`
- `top`
- `left`
- `originX`
- `originY`
- `fontSize`
- `color`
#### Layer type 'fill-color', 'pause'
- `color` - Color to fill background, default: randomize

Loading…
Cancel
Save