diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:33:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-08-21 15:33:30 +0200 |
| commit | 9a61719a820b98a64bfc52228e05721a043dc91b (patch) | |
| tree | 74434556fbbb69e601fdbf667c6b5898654a1359 /app | |
| parent | 1599de57b53c78ac05965fe7038f3a8d67c1a3c0 (diff) | |
fade sequence
Diffstat (limited to 'app')
| -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 2c89459..8cef4bd 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -157,6 +157,11 @@ class Pix2PixHDLive extends Component { min={0} max={100} type='int' /> <Slider live + title='fade sequence' + name='fade_sequence' + min={0} max={4.0} type='float' + /> + <Slider live name='frame_delay' min={0.0} max={2.0} type='float' /> |
