diff --git a/content/methods.md b/content/methods.md index 59bd47efb66f7dede20b54769c5f2b4c96689dc7..e89b2dec5271362dd052a6c1b3eb55275c75bba2 100644 --- a/content/methods.md +++ b/content/methods.md @@ -9,6 +9,12 @@ The following methods are currently included in the ALL software library. ## Staggered adjustment +<video preload="none" height="720" width="1280" controls poster> +<source src="/websites/all-website/videos/animation_stag.mp4" type="video/mp4" > +<source src="/websites/all-website/videos/animation_stag.ogg" type="video/ogg" > +<source src="/websites/all-website/videos/animation_stag.avi" type="video/avi" > +Your browser does not support the video tag. +</video> ## Force-based adjustment ## Voronoi diff --git a/public/videos/animation_stag.avi b/public/videos/animation_stag.avi new file mode 100644 index 0000000000000000000000000000000000000000..9a1036b0c2f7aa51ea787e6084249925e224d1bf Binary files /dev/null and b/public/videos/animation_stag.avi differ diff --git a/public/videos/animation_stag.mp4 b/public/videos/animation_stag.mp4 new file mode 100644 index 0000000000000000000000000000000000000000..f0ec9a855c964b3f1f60554cb80bd16168d37a23 Binary files /dev/null and b/public/videos/animation_stag.mp4 differ diff --git a/public/videos/animation_stag.ogg b/public/videos/animation_stag.ogg new file mode 100644 index 0000000000000000000000000000000000000000..b538f9529ac7145c5b22b79fa9360c60056f8c3e Binary files /dev/null and b/public/videos/animation_stag.ogg differ