summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-22 15:53:33 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-22 15:53:33 +0200
commit046aeb54b96a2563395875657fddd062a5c3b4f7 (patch)
treeb95d3d040ae9355fabe9bcceabeaa83d3788e987 /animism-align/frontend/app/views/align/components/annotations/annotationForms
parent640c5e6dfc9e854585ed6e71b137cbfca4529e9c (diff)
start on scroll
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js
index 4220eff..ff1de04 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/annotationForm.utility.js
@@ -53,6 +53,19 @@ export const AnnotationFormIntro = ({ annotation, media, handleSettingsChange, h
onChange={handleSettingsSelect}
/>
+ <TextInput
+ title="Actual start time"
+ name="intro_start_ts"
+ placeholder="0:00"
+ data={annotation.settings}
+ onChange={handleSettingsChange}
+ autoComplete="off"
+ />
+
+ <LabelDescription>
+ {'Timestamp where voiceover starts, after any intro sound effect.'}
+ </LabelDescription>
+
<AnnotationFormFullscreen
annotation={annotation}
handleSettingsChange={handleSettingsChange}