diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-07-27 18:07:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-07-27 18:07:23 +0200 |
| commit | f1aa17aff5a252f7e7a00b81954e0c172dee9d32 (patch) | |
| tree | 0bec492532f150ee038a40cf2fe1bb19f858c62c /app/client/modules/pix2pixhd | |
| parent | c7fe6516850c08d6082513ebe918f9315a33f818 (diff) | |
sequence_step
Diffstat (limited to 'app/client/modules/pix2pixhd')
| -rw-r--r-- | app/client/modules/pix2pixhd/views/pix2pixhd.live.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js index 5443638..aea1ec6 100644 --- a/app/client/modules/pix2pixhd/views/pix2pixhd.live.js +++ b/app/client/modules/pix2pixhd/views/pix2pixhd.live.js @@ -107,7 +107,7 @@ class Pix2PixHDLive extends Component { <div className='params row'> <div className='column'> <ParamGroup - title='Playback' + title='Network' noToggle > <Select live @@ -134,6 +134,11 @@ class Pix2PixHDLive extends Component { options={this.props.epochs} onChange={this.changeEpoch} /> + </ParamGroup> + <ParamGroup + title='Playback' + name='sequence_playing' + > <Slider name='position' min={0.0} max={1.0} type='float' @@ -141,6 +146,10 @@ class Pix2PixHDLive extends Component { onChange={this.seek} /> <Slider live + name='sequence_step' + min={-4.0} max={4.0} type='float' + /> + <Slider live name='frame_delay' min={0.0} max={2.0} type='float' /> |
