diff --git a/docs/_scripts/homepage-timeline.json b/docs/_scripts/homepage-timeline.json index 6339b78e2..548c429a7 100644 --- a/docs/_scripts/homepage-timeline.json +++ b/docs/_scripts/homepage-timeline.json @@ -618,52 +618,52 @@ "keyframes": [ { "t": 0, - "value": 0.7092424330111696, + "value": 0.95, "easing": "Quadratic" }, { "t": 147, - "value": 0.7092424330111696, + "value": 0.95, "easing": "Quadratic" }, { "t": 209, - "value": 2.5422477252738793, + "value": 2.8, "easing": "Quadratic" }, { "t": 234, - "value": 2.476783250550211, + "value": 2.8, "easing": "Quadratic" }, { "t": 264, - "value": 0.7092424330111696, + "value": 0.95, "easing": "Quadratic" }, { "t": 335, - "value": 0.7092424330111696, + "value": 0.95, "easing": "Quadratic" }, { "t": 411, - "value": 1.2087758122532066, + "value": 1.6, "easing": "Quadratic" }, { "t": 520, - "value": 1.2087758122532066, + "value": 1.6, "easing": "Quadratic" }, { "t": 572, - "value": 1.442988480579033, + "value": 1.6, "easing": "Quadratic" }, { "t": 659, - "value": 2.1126794344157624, + "value": 2.5, "easing": "Quadratic" } ] diff --git a/docs/_scripts/homepage_video.py b/docs/_scripts/homepage_video.py index 5cb973404..82eb54ee1 100644 --- a/docs/_scripts/homepage_video.py +++ b/docs/_scripts/homepage_video.py @@ -53,7 +53,7 @@ PLUGIN = 'ndevio' THEME = 'dark' -WINDOW_SIZE = (1204, 640) # Will raise a an encoding block warning (needs // 16 size), but this is a reasonable size close to what it needs +WINDOW_SIZE = (1300, 800) # Will raise a an encoding block warning (needs // 16 size), but this is a reasonable size close to what it needs TIMELINE_DOCK_AREA = 'bottom' TIMELINE_FLOATING = True @@ -79,12 +79,13 @@ def build_viewer(*, show: bool) -> napari.Viewer: layer = viewer.layers[0] layer.name = LAYER_NAME layer.contrast_limits = CONTRAST_LIMITS + layer.contrast_limits_range = CONTRAST_LIMITS layer.rendering = RENDERING layer.attenuation = ATTENUATION layer.colormap = COLORMAP - viewer.canvas.scale_bar.visible = True - viewer.scene.axes.visible = True - viewer.dims.axis_labels = ('T', 'Z', 'Y', 'X') + layer.histogram.enabled = True + viewer.canvas.overlays.scale_bar.visible = True + viewer.canvas.overlays.axes.visible = True viewer.window._qt_window.resize(*WINDOW_SIZE) viewer.fit_to_view() return viewer diff --git a/docs/_static/images/tribolium.png b/docs/_static/images/tribolium.png index 12853e159..c1554eccc 100644 Binary files a/docs/_static/images/tribolium.png and b/docs/_static/images/tribolium.png differ diff --git a/docs/_static/images/tribolium.webm b/docs/_static/images/tribolium.webm index 6fe646bda..a4b219983 100644 Binary files a/docs/_static/images/tribolium.webm and b/docs/_static/images/tribolium.webm differ