Remove blend time from comparison demo (not functional).

This commit is contained in:
Aiosa 2023-10-23 16:05:18 +02:00
parent cd9d340038
commit 6447009c18

View File

@ -129,9 +129,6 @@ $('#image-picker').sortable({
}
});
$('#image-picker').append(`<div class="option-grid">
<label>Blend Time (s): <input type="number" value="0" data-field="blend-time" min="0" max="1" step="0.2"> </label>
</div>`);
Object.keys(sources).forEach((key, index)=>{
let element = makeImagePickerElement(key, labels[key])
$('#image-picker').append(element);
@ -211,9 +208,6 @@ function updateTiledImage(tiledImage, data, value, item){
}
} else {
//viewer-level option
if (field == "blend-time") {
//todo
}
}
}