diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:01:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:01:54 +0200 |
| commit | 1599de57b53c78ac05965fe7038f3a8d67c1a3c0 (patch) | |
| tree | 0e7bd8af877d627df30ff76c075859711c903a45 /app/client/modules/pix2pixhd | |
| parent | 3f35f35cc83aef3d710eaaff6395b5dc8561c2f0 (diff) | |
skip frames
Diffstat (limited to 'app/client/modules/pix2pixhd')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.live.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index 05a23dc..2c89459 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -152,6 +152,11 @@ class Pix2PixHDLive extends Component { min={-4.0} max={4.0} type='float' /> <Slider live + title='skip frames' + name='sequence_skip' + min={0} max={100} type='int' + /> + <Slider live name='frame_delay' min={0.0} max={2.0} type='float' /> |
