summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-11-19 16:35:06 +0100
committerJules Laplace <julescarbon@gmail.com>2020-11-19 16:35:06 +0100
commit2db75c958876dca7e301ea387180342fc11d25a6 (patch)
treee3206e8e33487dab02138e3b50b14ff5e1fa9467 /animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
parent17438f18e5943e5cdb12f2d4f9aed284c867e034 (diff)
implement audio volume fades within the skeleton dance video
Diffstat (limited to 'animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js')
-rw-r--r--animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js b/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
index 7b95332..8a1be48 100644
--- a/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
+++ b/animism-align/frontend/app/views/align/components/annotations/annotationForms/index.js
@@ -7,6 +7,7 @@ import {
import {
AnnotationFormVideo,
+ AnnotationFormVideoSetVolume,
} from './annotationForm.video'
import {
@@ -31,6 +32,7 @@ export const annotationFormLookup = {
image: AnnotationFormImage,
video: AnnotationFormVideo,
+ video_set_volume: AnnotationFormVideoSetVolume,
gallery: AnnotationFormGallery,
carousel: AnnotationFormGallery,